pico/docs/scss/themes/_light.scss
2019-11-27 18:35:19 +07:00

11 lines
238 B
SCSS

/**
* Light theme (Default) [Additions for docs]
* Can be forced with data-theme="light"
*/
[data-theme="light"],
:root:not([data-theme="dark"]) {
--nav-background: #{rgba($white, .7)};
--nav-border: #{rgba($grey-500, .2)};
}