Fix dark theme diff box header backround color (#4674)
This commit is contained in:
parent
ce7c64c7e1
commit
6e68b61479
File diff suppressed because one or more lines are too long
|
@ -765,3 +765,10 @@
|
|||
.CodeMirror-gutters{
|
||||
background-color: #2b2b2b;
|
||||
}
|
||||
|
||||
.repository .diff-detail-box {
|
||||
background-color: inherit;
|
||||
.detail-files {
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue