Gitea-ui-customized : change color for <comment> in code

This commit is contained in:
minoplhy 2023-07-21 16:34:29 +07:00
parent 1e925fc36f
commit 18a0b5eb04
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -537,5 +537,9 @@ img[src$="/img/matrix.svg"] {
::selection {
background-color: #02100f !important;
color: #aee0dc !important;
color: #95f6ee !important;
}
.chroma .c,.chroma .c1,.chroma .ch {
color:rgb(191, 247, 238) !important;
}