1 Commits
v1.0.2 ... main

Author SHA1 Message Date
koi
b9d0857cab fix: unreadable repository topics edit button (#79) 2026-01-20 23:19:28 +00:00

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 {