mirror of
https://github.com/catppuccin/gitea.git
synced 2025-07-09 02:44:05 -04:00
fix: unreadable repository topics (#61)
This commit is contained in:
parent
d4cffe2407
commit
6790ef9335
@ -299,7 +299,7 @@ $lvl3: if($isDark, $base, $crust);
|
||||
|
||||
// error message headers weirdly don't seem to be using --color-error-text
|
||||
.ui.negative.message .header {
|
||||
color: var(--color-error-text)
|
||||
color: var(--color-error-text);
|
||||
}
|
||||
|
||||
// most recent commit hover when signed
|
||||
@ -319,6 +319,12 @@ $lvl3: if($isDark, $base, $crust);
|
||||
color: $text !important;
|
||||
}
|
||||
|
||||
#repo-topics,
|
||||
// repository topics when in edit mode
|
||||
#topic_edit > .ui.selection.dropdown {
|
||||
color: var(--color-label-text) !important;
|
||||
}
|
||||
|
||||
.inline-code-block {
|
||||
color: #{$crust};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user