fix: unreadable repository topics edit button (#79)
Some checks failed
Release and Deploy / build (push) Has been cancelled
Release and Deploy / release (push) Has been cancelled
Release and Deploy / deploy (push) Has been cancelled

This commit is contained in:
koi 2026-01-21 00:19:28 +01:00 committed by GitHub
parent 0f43d25874
commit b9d0857cab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {