Upgrade dependencies

This commit is contained in:
Felix Mattick 2022-01-22 12:45:38 -06:00
parent 99017d0cc9
commit 2ca1eee9cf
No known key found for this signature in database
GPG key ID: 4E7A3D01471F32AB
12 changed files with 2972 additions and 3715 deletions

View file

@ -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;

View file

@ -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;
}

View file

@ -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;
}