fix: unreadable repository topics (#61)

This commit is contained in:
Hammy 2025-04-14 23:37:11 +01:00 committed by GitHub
parent d4cffe2407
commit 6790ef9335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -299,7 +299,7 @@ $lvl3: if($isDark, $base, $crust);
// error message headers weirdly don't seem to be using --color-error-text // error message headers weirdly don't seem to be using --color-error-text
.ui.negative.message .header { .ui.negative.message .header {
color: var(--color-error-text) color: var(--color-error-text);
} }
// most recent commit hover when signed // most recent commit hover when signed
@ -319,6 +319,12 @@ $lvl3: if($isDark, $base, $crust);
color: $text !important; 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 { .inline-code-block {
color: #{$crust}; color: #{$crust};
} }