fix: invisible warning headers (#41)
This commit is contained in:
parent
2f0440a03d
commit
b0c434bc0b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue