Skip to content

Commit afd89b1

Browse files
authored
Dark theme for line numbers in blame view (#12632)
1 parent e1eee2d commit afd89b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

web_src/less/themes/theme-arc-green.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,11 +1446,13 @@ input {
14461446
background-color: #bbbbbb !important;
14471447
}
14481448

1449-
.lines-commit {
1449+
.lines-commit,
1450+
.blame .lines-num {
14501451
background: #2e323e !important;
14511452
}
14521453

1453-
.bottom-line {
1454+
.bottom-line,
1455+
.bottom-line:after {
14541456
border-color: #4e525e !important;
14551457
}
14561458

0 commit comments

Comments
 (0)