mirror of
https://github.com/picocss/pico.git
synced 2025-02-24 00:39:20 -05:00
- Small adjustments for table striping - Consitent shadows for Dark mode - Bigger Checkboxes, Radios and Switches - Disable transitions for Checkboxes, Radios and Details - Simplier .grids in docs - Replace .js for internal scroll with CSS - Better aside adjustment in .js - Many small improvements in docs
8 lines
64 B
SCSS
8 lines
64 B
SCSS
/**
|
|
* Docs: Document
|
|
*/
|
|
|
|
html{
|
|
scroll-behavior:smooth;
|
|
}
|