This commit is contained in:
syuilo 2020-11-28 13:05:57 +09:00
parent 0281961f15
commit 10fb029609
4 changed files with 24 additions and 3 deletions

View file

@ -27,7 +27,7 @@ html {
color: var(--fg);
overflow: auto;
font-family: "BIZ UDPGothic", Roboto, HelveticaNeue, Arial, sans-serif;
line-height: 1.3em;
line-height: 1.35em;
text-size-adjust: 100%;
&, * {
@ -75,6 +75,10 @@ html {
&.f-veryLarge {
font-size: 1.2em;
}
&.useSystemFont {
font-family: sans-serif;
}
}
html.changing-theme {