mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-09 00:48:49 +03:00
Fix dark theme diff box header backround color (#4674)
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -765,3 +765,10 @@
|
|||||||
.CodeMirror-gutters{
|
.CodeMirror-gutters{
|
||||||
background-color: #2b2b2b;
|
background-color: #2b2b2b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.repository .diff-detail-box {
|
||||||
|
background-color: inherit;
|
||||||
|
.detail-files {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user