mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 01:26:13 -04:00
11 lines
238 B
SCSS
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)};
|
||
|
}
|