mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 13:00:58 +00:00
dark: adjust chroma nx color
This commit is contained in:
parent
884764b08a
commit
f40704f0cf
1 changed files with 3 additions and 0 deletions
|
@ -314,6 +314,9 @@ textarea,
|
|||
.chroma .nb {
|
||||
color: #539bf5;
|
||||
}
|
||||
.chroma .nx {
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
/* border color repo files */
|
||||
.repository.file.list #repo-files-table td {
|
||||
|
|
Loading…
Reference in a new issue