Gitea-ui-customized : import theme-arc-green.css to fix an unknown selection highlight error that i can't find a way to fix it

This commit is contained in:
unknown 2022-03-27 22:22:33 +07:00
parent 0c570844e1
commit cd719cee0c
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC

View File

@ -1,3 +1,5 @@
@import url('theme-arc-green.css');
.chroma .hl { background-color: #3f424d; } /* LineHighlight */ .chroma .hl { background-color: #3f424d; } /* LineHighlight */
.chroma .lnt { color: #7f7f7f; } /* LineNumbersTable */ .chroma .lnt { color: #7f7f7f; } /* LineNumbersTable */
.chroma .ln { color: #7f7f7f; } /* LineNumbers */ .chroma .ln { color: #7f7f7f; } /* LineNumbers */