THEME_COLOR_META_TAG = none no longer required

This commit is contained in:
Ed Silkworth 2023-05-03 16:21:17 -07:00
parent 5e42543c17
commit 8a96941330
No known key found for this signature in database
GPG Key ID: 26F260F04191F431
2 changed files with 2 additions and 2 deletions

View File

@ -30,4 +30,5 @@ Dec 21, 2022 · regenerated images and pruned redundant ones
Jan 15, 2023 · removed little color preview squares
Feb 6, 2023 · removed background color of alternating table rows, since distracting if such rows contain codes
Feb 28, 2023 · added "auto" to THEMES list
Mar 1, 2023 · added dark theme and auto theme to mitigate current and any future issues with Dark Reader
Mar 1, 2023 · added dark theme and auto theme to mitigate current and any future issues with Dark Reader
May 3, 2023 · `THEME_COLOR_META_TAG = none` no longer required, as of Gitea 1.19.2

View File

@ -16,7 +16,6 @@ Soft, lite and dark red theme. Utilizes Gitea's default themes but with some col
[ui]
THEMES = auto,gitea,arc-green,auto-red,red,arc-red
DEFAULT_THEME = auto-red
THEME_COLOR_META_TAG = none
```
09. Restart Gitea