Theme
Theme shows or hides elements depending on the selected theme (light or dark).
Selector | Properties |
---|---|
.u-only-light
|
display: none;
|
.u-only-dark
|
display: none;
|
#{$theme-dark} .u-only-dark
|
display: block;
|
body:not(#{$theme-dark}) .u-only-light
|
display: block;
|