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:
parent
0c570844e1
commit
cd719cee0c
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user