mirror of
https://github.com/catppuccin/gitea.git
synced 2026-05-04 20:32:31 +08:00
fix: unreadable repository topics (#61)
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user