From c338a816832f604ef38f23aa7375f821ff57112f Mon Sep 17 00:00:00 2001 From: Skwodo <96998450+Skwodo@users.noreply.github.com> Date: Sat, 21 Jan 2023 23:47:28 +0100 Subject: [PATCH] fix expand button color --- theme-dark-arc.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme-dark-arc.css b/theme-dark-arc.css index 1bb786f..a35d73f 100644 --- a/theme-dark-arc.css +++ b/theme-dark-arc.css @@ -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