Skip to content

Commit

Permalink
fix: invisible warning headers (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Oct 6, 2024
1 parent 2f0440a commit b0c434b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b0c434b

Please sign in to comment.