Browse Source

Dark theme for line numbers in blame view (#12632)

tags/v1.13.0-rc1
Mike L GitHub 4 years ago
parent
commit
0b475fcd99
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      web_src/less/themes/theme-arc-green.less

+ 4
- 2
web_src/less/themes/theme-arc-green.less View File

@@ -1446,11 +1446,13 @@ input {
background-color: #bbbbbb !important; background-color: #bbbbbb !important;
} }


.lines-commit {
.lines-commit,
.blame .lines-num {
background: #2e323e !important; background: #2e323e !important;
} }


.bottom-line {
.bottom-line,
.bottom-line:after {
border-color: #4e525e !important; border-color: #4e525e !important;
} }




Loading…
Cancel
Save