Browse Source

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

tags/v1.6.0-dev
Lauris BH 7 years ago committed by Lunny Xiao
parent
commit
6e68b61479
  1. 2
      public/css/theme-arc-green.css
  2. 7
      public/less/themes/arc-green.less

2
public/css/theme-arc-green.css

File diff suppressed because one or more lines are too long

7
public/less/themes/arc-green.less

@ -765,3 +765,10 @@
.CodeMirror-gutters{
background-color: #2b2b2b;
}
.repository .diff-detail-box {
background-color: inherit;
.detail-files {
background-color: inherit;
}
}

Loading…
Cancel
Save