dark: adjust colors for added and removed code in diff view

This commit is contained in:
pat-s 2021-11-03 09:21:10 +01:00
parent 94f6d0e7b6
commit fd34ec3867
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -534,3 +534,12 @@ a.blob-excerpt {
height: 17px; height: 17px;
padding: 3px; padding: 3px;
} }
.removed-code {
background: #b70f22;
color: var(--color-text);
}
.added-code {
background: #0d8b2c;
color: var(--color-text);
}