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
This commit is contained in:
adam 2025-12-18 00:09:27 +01:00
parent 0f43d25874
commit 0dfe02f84c
No known key found for this signature in database
GPG key ID: 7CBDB58ECF1D3478

View file

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