Use "light" instead of @else

This commit is contained in:
daudix
2024-09-02 02:15:45 +03:00
parent ee33a73d22
commit 1b0bcfba93
2 changed files with 3 additions and 3 deletions

View File

@ -159,7 +159,7 @@ Hate the skeuomorphic edge highlight on all semi-transparent elements? Let's get
@import "../themes/duckquill/sass/_variables.scss"; @import "../themes/duckquill/sass/_variables.scss";
@include theme-variables using ($theme) { @include theme-variables using ($theme) {
@else { @if $theme == "light" {
--edge-highlight: 0 0 0 transparent; --edge-highlight: 0 0 0 transparent;
} }
} }