mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-23 22:01:01 +00:00
diff color of newly added files
This commit is contained in:
parent
8fb6ad6f6e
commit
05d7758f15
1 changed files with 6 additions and 0 deletions
|
@ -278,6 +278,12 @@ textarea,
|
|||
.lines-code {
|
||||
background-color: #22272e;
|
||||
}
|
||||
.code-diff-unified .add-code, .code-diff-unified .add-code td, .code-diff-split .add-code .lines-num-new, .code-diff-split .add-code .lines-type-marker-new, .code-diff-split .add-code .lines-code-new, .code-diff-split .del-code .add-code.lines-num-new, .code-diff-split .del-code .add-code.lines-type-marker-new, .code-diff-split .del-code .add-code.lines-code-new {
|
||||
background: var(--color-navbar);
|
||||
}
|
||||
.tag-code, .tag-code td {
|
||||
background-color: var(--color-body);
|
||||
}
|
||||
|
||||
/* green code color dark theme */
|
||||
.chroma .s2 {
|
||||
|
|
Loading…
Reference in a new issue