fix: unreadable repository topics

This commit is contained in:
sgoudham 2025-04-14 22:29:22 +01:00
parent d4cffe2407
commit 9b6eae94a5
No known key found for this signature in database
GPG key ID: 44E818FD5457EEA4

View file

@ -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};
}