mirror of
https://github.com/catppuccin/gitea.git
synced 2025-07-09 02:44:05 -04:00
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…
x
Reference in New Issue
Block a user