2022-06-16 18:44:05 +02:00
|
|
|
/* Dark Background: Use hook-inverse-misc in order to add styles
|
|
|
|
in a dark background and use uk-light in a child */
|
2023-10-10 16:13:30 +02:00
|
|
|
@inverse-global-color: @global-background;
|
2022-06-16 18:44:05 +02:00
|
|
|
|
|
|
|
.dark {
|
|
|
|
.hook-inverse-misc();
|
|
|
|
}
|
|
|
|
|
|
|
|
.hook-inverse() {
|
|
|
|
.hook-inverse-misc();
|
|
|
|
}
|
|
|
|
|
|
|
|
.hook-inverse-misc() {};
|