Integrate light theme's `gray-semilight` using a media query
This commit is contained in:
parent
d82577c0e0
commit
62979c31f0
|
@ -126,6 +126,7 @@
|
|||
--low-sat-blue-dark: #c0cccd;
|
||||
|
||||
--gray: #7F7F7F;
|
||||
--gray-semilight: #A9A9A9;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
@gray: #7F7F7F;
|
||||
@gray-semilight: #A9A9A9;
|
||||
@gray-light: #C9C9C9;
|
||||
@gray-lighter: #EEEEEE;
|
||||
|
|
Loading…
Reference in New Issue