13 lines
223 B
Plaintext
13 lines
223 B
Plaintext
|
/* Dark Background: Use hook-inverse-misc in order to add styles
|
||
|
in a dark background and use uk-light in a child */
|
||
|
|
||
|
.dark {
|
||
|
.hook-inverse-misc();
|
||
|
}
|
||
|
|
||
|
.hook-inverse() {
|
||
|
.hook-inverse-misc();
|
||
|
}
|
||
|
|
||
|
.hook-inverse-misc() {};
|