mirror of
https://github.com/picocss/pico.git
synced 2025-05-02 05:49:13 -04:00
Documentation
This commit is contained in:
parent
0b93083ca1
commit
34e330a537
18 changed files with 2920 additions and 0 deletions
10
docs/scss/themes/_light.scss
Normal file
10
docs/scss/themes/_light.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* 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)};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue