mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 21:01:00 +00:00
dark: font color line numbers
This commit is contained in:
parent
02cbd1c551
commit
7e0ee572a6
1 changed files with 5 additions and 0 deletions
|
@ -460,3 +460,8 @@ a.blob-excerpt {
|
|||
.ui.action.input:not([class*="left action"]) > input {
|
||||
border-right-color: var(--color-text);
|
||||
}
|
||||
|
||||
/* font color line numbers */
|
||||
.lines-num span:after {
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue