1
0
forked from mirrors/earl-grey

Minor bug fix

This commit is contained in:
acoolstraw 2021-08-03 14:07:40 +02:00
parent 558bd3cd10
commit 7463686fd7

View File

@ -10,10 +10,12 @@ It's really easy to fix color inconsistencies, just use a color picker to get th
Mine is `/var/lib/gitea//custom`. You'll need to create 3 directories. Something like `/var/lib/gitea/custom/public/css` should be your final structure. Mine is `/var/lib/gitea//custom`. You'll need to create 3 directories. Something like `/var/lib/gitea/custom/public/css` should be your final structure.
1. Clone the repository 2. Clone the repository
`git clone https://github.com/acoolstraw/earl-grey` `git clone https://github.com/acoolstraw/earl-grey`
3. Move `theme-earl-grey.css` into the `public/css` directory 3. Move `theme-earl-grey.css` into the `public/css` directory
`cp earl-grey/theme-earl-grey.css /var/lib/gitea/custom/public/css/` `cp earl-grey/theme-earl-grey.css /var/lib/gitea/custom/public/css/`
4. Add (or replace) the following to your `app.ini`: 4. Add (or replace) the following to your `app.ini`: