mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 09:26:14 -04: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
7 lines
64 B
SCSS
7 lines
64 B
SCSS
/**
|
|
* Docs: Document
|
|
*/
|
|
|
|
html{
|
|
scroll-behavior:smooth;
|
|
}
|