mirror of
https://github.com/SunRed/theme-dark-arc-gitea.git
synced 2024-12-04 14:08:12 +01:00
commit
d3eb711ca2
1 changed files with 6 additions and 1 deletions
|
@ -410,6 +410,7 @@
|
|||
--color-body: #111111;
|
||||
--color-box-header: #222222;
|
||||
--color-box-body: #111111;
|
||||
--color-box-body-highlight: #3a3e4c;
|
||||
--color-text-dark: #dbe0ea;
|
||||
--color-text: #bbc0ca;
|
||||
--color-text-light: #a6aab5;
|
||||
|
@ -636,7 +637,7 @@ a.ui.basic.green.label:hover {
|
|||
}
|
||||
|
||||
.tag-code td.lines-num {
|
||||
background-color: #3a3e4c !important
|
||||
background-color: var(--color-box-body-highlight) !important
|
||||
}
|
||||
|
||||
.tag-code td.lines-type-marker,
|
||||
|
@ -644,6 +645,10 @@ td.blob-hunk {
|
|||
color: #dbdbdb !important
|
||||
}
|
||||
|
||||
.tag-code .blob-excerpt:hover {
|
||||
background-color: var(--color-hover) !important;
|
||||
}
|
||||
|
||||
.ui.red.button,
|
||||
.ui.red.buttons .button {
|
||||
background-color: #7d3434
|
||||
|
|
Loading…
Reference in a new issue