fix: invisible warning headers (#41)

This commit is contained in:
Hammy 2024-10-06 17:14:04 +01:00 committed by GitHub
parent 2f0440a03d
commit b0c434bc0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -294,6 +294,11 @@ $lvl3: if($isDark, $base, $crust);
color: $lvl1;
}
// error message headers weirdly don't seem to be using --color-error-text
.ui.negative.message .header {
color: var(--color-error-text)
}
// most recent commit hover when signed
.ui.sha.isSigned.isVerified {
.shortsha {