feat: update css
parent
85b4003bc4
commit
4b30c9671b
|
@ -1 +1 @@
|
|||
body{font-family:recursive,sans-serif;font-variation-settings:"MONO" 0,"CASL" 1;margin:5% auto;max-width:75%;line-height:1.8;color:#24292f;background:#fff}code{font-family:iosevka term ss08 web;font-variation-settings:"MONO" 1,"CASL" 1;display:inline-block;background:#f6f8fa}a{color:#0969da}@media(prefers-color-scheme:dark){:root{color-scheme:dark}body{color:#c9d1d9;background:#0d1117}code{background:#161b22}a{color:#58a6ff}}
|
||||
body{font-family:recursive,sans-serif;font-variation-settings:"MONO" 0,"CASL" 1;margin:5% auto;max-width:75%;line-height:1.8;color:#24292f;background:#fff}code{font-family:iosevka term ss08 web;display:inline-block;background:#f6f8fa}a{color:#0969da}@media(prefers-color-scheme:dark){:root{color-scheme:dark}body{color:#c9d1d9;background:#0d1117}code{background:#161b22}a{color:#58a6ff}}
|
|
@ -10,7 +10,6 @@ body {
|
|||
|
||||
code {
|
||||
font-family: "Iosevka Term SS08 Web";
|
||||
font-variation-settings: "MONO" 1, "CASL" 1;
|
||||
display: inline-block;
|
||||
background: #f6f8fa;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue