pico/docs/scss/themes/_light.scss

11 lines
238 B
SCSS
Raw Normal View History

2019-11-27 18:35:19 +07:00
/**
* 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)};
}