mirror of
https://github.com/picocss/pico.git
synced 2025-02-24 00:39:20 -05:00
- Edit code colors and add a color for comments - Add ::selection - Small edits for cards: last-child and overflow - Add card-sectioning (header, footer, pre) - Change global hue for Primary color - Remove border for pre - Add querySelectorAll() for theme-switcher.js - Update docs
26 lines
440 B
SCSS
26 lines
440 B
SCSS
/*!
|
|
* Pico: Customs styles for Docs
|
|
*/
|
|
|
|
// Config
|
|
@import "../../scss/colors";
|
|
@import "../../scss/variables";
|
|
|
|
// Theming
|
|
@import "themes/light";
|
|
@import "themes/dark";
|
|
|
|
// Layout
|
|
@import "layout/main";
|
|
@import "layout/aside";
|
|
@import "layout/documentation";
|
|
|
|
// Content
|
|
@import "content/typography";
|
|
@import "content/code";
|
|
|
|
// Components
|
|
@import "components/nav";
|
|
//@import "components/card-code";
|
|
@import "components/theme-switcher";
|