From 0dfe02f84c0781d42d336476c59a43899e82fddf Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 18 Dec 2025 00:09:27 +0100 Subject: [PATCH] fix: unreadable repository topics edit button since catppuccin uses a dark color for `#repo-topics` (upstream is light), the `Manage topics` button is barely visible and requires its own rule ref #60 ref #61 cc @sgoudham --- 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 {