mirror of
https://github.com/saegl5/Gitea-Red.git
synced 2025-07-09 03:04:06 -04:00
edited comments
This commit is contained in:
parent
9a1e3e13f3
commit
9490af200b
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user