Integrate light theme's `gray-semilight` using a media query

This commit is contained in:
Johannes Meyer 2021-06-23 11:50:14 +02:00
parent d82577c0e0
commit 62979c31f0
3 changed files with 3 additions and 2 deletions

View File

@ -126,6 +126,7 @@
--low-sat-blue-dark: #c0cccd;
--gray: #7F7F7F;
--gray-semilight: #A9A9A9;
}
}

View File

@ -421,7 +421,8 @@ form#setup_requirements {
height: 15em;
margin: 1em;
padding: 0.3em;
border: 1px solid @gray-semilight;
border: 1px solid;
.var(border-color, gray-semilight);
background-color: @gray-lightest;
.header {

View File

@ -1,5 +1,4 @@
@gray: #7F7F7F;
@gray-semilight: #A9A9A9;
@gray-light: #C9C9C9;
@gray-lighter: #EEEEEE;