Add filter css (part2: prettier)

develop
Jason Zhu 2023-04-19 00:03:43 +10:00
parent 133884e717
commit b2839de8a7
1 changed files with 27 additions and 26 deletions

View File

@ -3,8 +3,8 @@ html {
--bgcolor: none; --bgcolor: none;
--colorPrimary: #000; --colorPrimary: #000;
--filterHeading: #000; --filterHeading: #000;
--selectBg : #fff; --selectBg: #fff;
--selectText : #000; --selectText: #000;
} }
@font-face { @font-face {
@ -27,7 +27,7 @@ html {
font-size: 12px; font-size: 12px;
} }
.filter__items>input { .filter__items > input {
width: 10vw; width: 10vw;
margin-top: 5px; margin-top: 5px;
background-color: var(--selectBg); background-color: var(--selectBg);
@ -35,6 +35,7 @@ html {
border: 1px solid var(--selectText); border: 1px solid var(--selectText);
} }
.filter__items>div, label { .filter__items > div,
label {
color: var(--filterHeading); color: var(--filterHeading);
} }