dark: adjust colors for added and removed code in diff view
This commit is contained in:
parent
94f6d0e7b6
commit
fd34ec3867
@ -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…
x
Reference in New Issue
Block a user