style: lighten diff view

This commit is contained in:
Frédéric Péters 2019-10-02 18:46:24 +02:00
parent 0b6b0bfa25
commit 3796496f8b
1 changed files with 19 additions and 0 deletions

View File

@ -449,3 +449,22 @@ div.journal ul.details {
.project-prod-eo #main-menu li a.new-issue {
display: none;
}
/* syntax highlighting */
.syntaxhl {
.head {
background: transparent;
color: inherit;
.head, .filename {
color: inherit;
}
}
.change {
background: transparent;
color: #369;
.change {
color: inherit;
}
}
}