You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openaire-theme/less/inverse.less

14 lines
266 B
Plaintext

/* Dark Background: Use hook-inverse-misc in order to add styles
in a dark background and use uk-light in a child */
@inverse-global-color: @global-background;
.dark {
.hook-inverse-misc();
}
.hook-inverse() {
.hook-inverse-misc();
}
.hook-inverse-misc() {};