Browse Source

Fix dark theme diff box header backround color (#4674)

for-closed-social
Lauris BH 5 years ago
committed by Lunny Xiao
parent
commit
6e68b61479
2 changed files with 9 additions and 2 deletions
  1. +1
    -1
      public/css/theme-arc-green.css
  2. +8
    -1
      public/less/themes/arc-green.less

+ 1
- 1
public/css/theme-arc-green.css
File diff suppressed because it is too large
View File


+ 8
- 1
public/less/themes/arc-green.less View File

@ -760,8 +760,15 @@
.CodeMirror {
color: #9daccc;
background-color: #2b2b2b;
border-top: none;
border-top: none;
}
.CodeMirror-gutters{
background-color: #2b2b2b;
}
.repository .diff-detail-box {
background-color: inherit;
.detail-files {
background-color: inherit;
}
}

Loading…
Cancel
Save