edited comments

This commit is contained in:
Ed Silkworth 2023-03-01 21:29:40 -08:00
parent 9a1e3e13f3
commit 9490af200b
No known key found for this signature in database
GPG Key ID: 26F260F04191F431
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,7 @@
/* source: https://github.com/go-gitea/gitea/blob/main/web_src/less/themes/theme-arc-green.less */
/* root and emoji source: https://github.com/go-gitea/gitea/blob/main/web_src/less/themes/theme-arc-green.less */
/* some root colors and one alpha are customized */
/* custom colors are slightly brighter */
/* custom alpha is slightly lower */
/* custom alpha is slightly more transparent */
:root {
--is-dark-theme: true;

View File

@ -102,9 +102,10 @@
}
@media (prefers-color-scheme: dark) {
/* source: https://github.com/go-gitea/gitea/blob/main/web_src/less/themes/theme-arc-green.less */
/* root and emoji source: https://github.com/go-gitea/gitea/blob/main/web_src/less/themes/theme-arc-green.less */
/* some root colors and one alpha are customized */
/* custom colors are slightly brighter */
/* custom alpha is slightly lower */
/* custom alpha is slightly more transparent */
:root {
--is-dark-theme: true;