openaire-theme/less/inverse.less

14 lines
269 B
Plaintext
Raw Normal View History

/* Dark Background: Use hook-inverse-misc in order to add styles
in a dark background and use uk-light in a child */
2022-06-17 18:46:35 +02:00
@inverse-global-color: @global-inverse-color;
.dark {
.hook-inverse-misc();
}
.hook-inverse() {
.hook-inverse-misc();
}
.hook-inverse-misc() {};