small tweaks

This commit is contained in:
Niklas Buschmann 2019-07-21 18:27:41 +02:00
parent 1396cacd4f
commit 153f24d983

View File

@ -8,7 +8,7 @@
body { body {
font-family: system-ui,-apple-system,"Helvetica Neue","Segoe UI",sans-serif; font-family: system-ui,-apple-system,"Helvetica Neue","Segoe UI",sans-serif;
font-size: 16px; font-size: 16px;
font-size: calc(0.8em + 0.25vw); font-size: calc(0.8rem + 0.25vw);
font-weight: 400; font-weight: 400;
line-height: 1.65; line-height: 1.65;
color: #282828; color: #282828;
@ -93,6 +93,7 @@ pre {
} }
p code { p code {
font-size: .9em;
background: #94949426; background: #94949426;
opacity: .75; opacity: .75;
border-radius: 2px; border-radius: 2px;