mirror of
https://github.com/kognise/water.css.git
synced 2026-01-22 21:17:05 +01:00
Upgrade dependencies
This commit is contained in:
parent
99017d0cc9
commit
2ca1eee9cf
12 changed files with 2972 additions and 3715 deletions
|
|
@ -1,5 +1,18 @@
|
|||
body {
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system,
|
||||
BlinkMacSystemFont,
|
||||
'avenir next',
|
||||
avenir,
|
||||
'segoe ui',
|
||||
'helvetica neue',
|
||||
helvetica,
|
||||
Ubuntu,
|
||||
roboto,
|
||||
noto,
|
||||
arial,
|
||||
sans-serif;
|
||||
line-height: 1.4;
|
||||
max-width: 800px;
|
||||
margin: 20px auto;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ code,
|
|||
samp,
|
||||
kbd,
|
||||
var {
|
||||
font-family: ui-monospace, Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
|
||||
font-family: ui-monospace, Menlo, Consolas, Monaco, 'Liberation Mono', 'Lucida Console', monospace;
|
||||
}
|
||||
|
||||
pre > code {
|
||||
|
|
@ -32,5 +32,5 @@ kbd {
|
|||
border: 1px solid var(--border);
|
||||
border-radius: 2px;
|
||||
color: var(--text-main);
|
||||
padding: 2px 4px 2px 4px;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ a[href^='sms\:']::before {
|
|||
mark {
|
||||
background-color: var(--highlight);
|
||||
border-radius: 2px;
|
||||
padding: 0 2px 0 2px;
|
||||
padding: 0 2px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue