Files to customize gitea for envs.net https://git.envs.net/
Go to file
login e49f3c20b2 Update 'public/darkmode.css' to change the selected/active lines in .code-view
The colour was changed from #554a00 to #001200 due to contrast problems with the former colour.
2020-03-27 07:11:00 -04:00
public Update 'public/darkmode.css' to change the selected/active lines in .code-view 2020-03-27 07:11:00 -04:00
templates/custom add current css 2018-08-11 17:49:05 -04:00
.gitignore init 2018-06-08 09:41:01 -04:00
LICENSE add LICENSE and README 2018-06-08 09:53:18 -04:00
README.md changes for envs 2020-03-24 12:20:44 +01:00
robots.txt add current css 2018-08-11 17:49:05 -04:00

README.md

gitea-custom

this repository tracks the customizations for https://git.envs.net.

feel free to use any or all parts of this.

installing

if you want all of it, simply clone this in to your gitea root. otherwise, copy other files as needed!

example: gitea root is /var/lib/gitea:

cd /var/lib/gitea
git clone https://tildegit.org/envs/gitea-custom.git custom

make sure that you restart gitea afterwards.