mirror of
https://github.com/catppuccin/gitea.git
synced 2026-02-02 18:09:02 +08:00
fix: unreadable repository topics edit button (#79)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user