mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -04:00
Typo
This commit is contained in:
parent
5c59875d24
commit
f73b5659ae
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
// Code
|
// Code
|
||||||
--code-background: #{lighten($grey-50, 2%)};
|
--code-background: #{lighten($grey-50, 2%)};
|
||||||
--code-inlined: #{$grey-50};
|
--code-inlined: #{$grey-50};
|
||||||
--code-color-1: #{$grey-500)};
|
--code-color-1: #{$grey-500};
|
||||||
--code-color-2: #{hsl(330, 40%, 50%)};
|
--code-color-2: #{hsl(330, 40%, 50%)};
|
||||||
--code-color-3: #{hsl(185, 40%, 40%)};
|
--code-color-3: #{hsl(185, 40%, 40%)};
|
||||||
--code-color-4: #{hsl(40, 20%, 50%)};
|
--code-color-4: #{hsl(40, 20%, 50%)};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue