Skip to content

Commit

Permalink
fix: remove dimmer opacity and apply alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli committed May 27, 2024
1 parent e0bbb55 commit e23dadc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/scss/custom/_dimmer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

.dimmer {
display: flex;
background-color: $color-background-emphasis;
opacity: 0.92;
background-color: hsla(210, 54%, 20%, 0.9);
position: absolute;
top: 0;
bottom: 0;
Expand All @@ -26,7 +25,7 @@
&.dimmer-primary {
background-color: $primary;
&.show {
opacity: 0.9;
background-color: hsla(210, 100%, 40%, 0.9);
}
}

Expand Down

0 comments on commit e23dadc

Please sign in to comment.