mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 21:01:00 +00:00
dark: lighter chroma blue for diff view
This commit is contained in:
parent
a42e4a9f67
commit
90a8d59165
1 changed files with 4 additions and 0 deletions
|
@ -311,6 +311,10 @@ textarea,
|
||||||
color: #96d0ff;
|
color: #96d0ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chroma .nb {
|
||||||
|
color: #539bf5;
|
||||||
|
}
|
||||||
|
|
||||||
/* 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