Use more toned colors for selected line (#11493)
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
29fbe63ba9
commit
7b66400f55
2 changed files with 2 additions and 2 deletions
|
@ -1177,7 +1177,7 @@ i.icon.centerlock {
|
|||
}
|
||||
|
||||
.lines-code .active {
|
||||
background: #fff866;
|
||||
background: #fff6af;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1138,7 +1138,7 @@ td.blob-excerpt {
|
|||
}
|
||||
|
||||
.lines-code .code-view .active {
|
||||
background: #554a00;
|
||||
background: #534d1b;
|
||||
}
|
||||
|
||||
a.ui.label:hover,
|
||||
|
|
Reference in a new issue