mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 02:24:03 +00:00
Dark theme for line numbers in blame view (#12632)
This commit is contained in:
parent
e1eee2d00a
commit
afd89b1767
|
@ -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…
Reference in a new issue