Integrate light theme's `low-sat-blue-dark` using a media query

This commit is contained in:
Johannes Meyer 2021-06-23 11:42:59 +02:00
parent 02c0a9b151
commit 78aef14c9f
3 changed files with 2 additions and 3 deletions

View File

@ -123,6 +123,7 @@
--menu-flyout-color: #535353;
--low-sat-blue: #DEECF1;
--low-sat-blue-dark: #c0cccd;
}
}

View File

@ -94,7 +94,7 @@ a:hover > .icon-cancel {
padding: 0.25em 0.5em;
&:hover {
background: @low-sat-blue-dark;
.var(background, low-sat-blue-dark);
text-decoration: none;
}
}

View File

@ -4,5 +4,3 @@
@gray-light: #C9C9C9;
@gray-lighter: #EEEEEE;
@gray-lightest: #F7F7F7;
@low-sat-blue-dark: #c0cccd;