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

Merge pull request #2 from Skwodo/main

fix expand button color
This commit is contained in:
Jake G 2023-01-24 08:57:02 -08:00 committed by GitHub
commit d3eb711ca2
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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