mirror of https://github.com/go-gitea/gitea.git
Co-authored-by: zeripath <art27@cantab.net>
(cherry picked from commit 7b66400f55
)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
c1ba480a7a
commit
b67eafbc21
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue