dark: optimize deletion and addition colors in diff view

This commit is contained in:
pat-s
2023-03-28 22:44:24 +02:00
parent cef2597556
commit 4b59a3bddb
2 changed files with 9 additions and 2 deletions

View File

@ -978,3 +978,7 @@ footer {
.repository.view.issue .comment-list .comment > .content > div:first-child {
border-bottom: 1px solid #373e47 !important;
}
.tag-code, .tag-code td, .tag-code .blob-excerpt {
background-color: var(--color-body);
}