mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
chore: update deps
This commit is contained in:
parent
68267235e4
commit
3aa9ad8dcd
19 changed files with 1279 additions and 2764 deletions
|
@ -543,13 +543,13 @@ kbd {
|
|||
-webkit-text-size-adjust: 100%;
|
||||
-moz-text-size-adjust: 100%;
|
||||
text-size-adjust: 100%;
|
||||
text-rendering: optimizeLegibility;
|
||||
background-color: var(--background-color);
|
||||
color: var(--color);
|
||||
font-weight: var(--font-weight);
|
||||
font-size: var(--font-size);
|
||||
line-height: var(--line-height);
|
||||
font-family: var(--font-family);
|
||||
text-rendering: optimizeLegibility;
|
||||
overflow-wrap: break-word;
|
||||
cursor: default;
|
||||
-moz-tab-size: 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue