mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 21:01:00 +00:00
dark: adjust colors for added and removed code in diff view
This commit is contained in:
parent
94f6d0e7b6
commit
fd34ec3867
1 changed files with 9 additions and 0 deletions
|
@ -534,3 +534,12 @@ a.blob-excerpt {
|
|||
height: 17px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.removed-code {
|
||||
background: #b70f22;
|
||||
color: var(--color-text);
|
||||
}
|
||||
.added-code {
|
||||
background: #0d8b2c;
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue