From b9d0857cab5316074f64eb2bb12d562aa450c1ba Mon Sep 17 00:00:00 2001 From: koi Date: Wed, 21 Jan 2026 00:19:28 +0100 Subject: [PATCH] fix: unreadable repository topics edit button (#79) --- src/_theme.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/_theme.scss b/src/_theme.scss index a9d8ae2..88bb02a 100644 --- a/src/_theme.scss +++ b/src/_theme.scss @@ -325,6 +325,11 @@ $lvl3: if($isDark, $base, $crust); color: var(--color-label-text) !important; } +// repository topics edit button +#manage_topic { + color: var(--color-text-light-2) !important; +} + // admonitions are using *-text variables for border/text colour // can't change values of the *-text variables without breaking readability on accented backgrounds blockquote {