mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 13:00:58 +00:00
dark: more chroma color adjustments
This commit is contained in:
parent
991975edc1
commit
77948727fb
1 changed files with 7 additions and 0 deletions
|
@ -319,6 +319,13 @@ textarea,
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chroma .nv {
|
||||||
|
color: #08dddd;
|
||||||
|
}
|
||||||
|
.chroma .si {
|
||||||
|
color: #26dd0a;
|
||||||
|
}
|
||||||
|
|
||||||
/* border color repo files */
|
/* border color repo files */
|
||||||
.repository.file.list #repo-files-table td {
|
.repository.file.list #repo-files-table td {
|
||||||
border-bottom: 1px solid #373e47;
|
border-bottom: 1px solid #373e47;
|
||||||
|
|
Loading…
Reference in a new issue