fix: unreadable repository topics edit button (#79)

This commit is contained in:
koi
2026-01-21 00:19:28 +01:00
committed by GitHub
parent 0f43d25874
commit b9d0857cab

View File

@@ -325,6 +325,11 @@ $lvl3: if($isDark, $base, $crust);
color: var(--color-label-text) !important; 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 // admonitions are using *-text variables for border/text colour
// can't change values of the *-text variables without breaking readability on accented backgrounds // can't change values of the *-text variables without breaking readability on accented backgrounds
blockquote { blockquote {