mirror of
https://github.com/catppuccin/gitea.git
synced 2026-03-11 14:44:23 +00:00
fix: unreadable repository topics edit button (#79)
This commit is contained in:
parent
0f43d25874
commit
b9d0857cab
1 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue