1
0
Fork 0
mirror of https://github.com/SunRed/theme-dark-arc-gitea.git synced 2024-10-22 15:06:13 +02:00

fix expand button color

This commit is contained in:
Skwodo 2023-01-21 23:47:28 +01:00 committed by GitHub
parent 50998507b2
commit c338a81683
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -410,6 +410,7 @@
--color-body: #111111; --color-body: #111111;
--color-box-header: #222222; --color-box-header: #222222;
--color-box-body: #111111; --color-box-body: #111111;
--color-box-body-highlight: #3a3e4c;
--color-text-dark: #dbe0ea; --color-text-dark: #dbe0ea;
--color-text: #bbc0ca; --color-text: #bbc0ca;
--color-text-light: #a6aab5; --color-text-light: #a6aab5;
@ -636,7 +637,7 @@ a.ui.basic.green.label:hover {
} }
.tag-code td.lines-num { .tag-code td.lines-num {
background-color: #3a3e4c !important background-color: var(--color-box-body-highlight) !important
} }
.tag-code td.lines-type-marker, .tag-code td.lines-type-marker,
@ -644,6 +645,10 @@ td.blob-hunk {
color: #dbdbdb !important color: #dbdbdb !important
} }
.tag-code .blob-excerpt:hover {
background-color: var(--color-hover) !important;
}
.ui.red.button, .ui.red.button,
.ui.red.buttons .button { .ui.red.buttons .button {
background-color: #7d3434 background-color: #7d3434