Skip to content

Commit

Permalink
Correctly invert colors of alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Mar 16, 2023
1 parent 0249392 commit 91f8c4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/assets/sass/_variables-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ $list-group-action-active-bg: $darkmode-bg-dark;


// Alerts
$alert-bg-level: +8;
$alert-border-level: +7;
$alert-color-level: -8;
$alert-bg-scale: 70%;
$alert-border-scale: 50%;
$alert-color-scale: -60%;

// Code
$code-background-color: $darkmode-bg;

0 comments on commit 91f8c4b

Please sign in to comment.