Font size setting

This commit is contained in:
syuilo 2020-02-15 03:44:40 +09:00
parent a59e1c0345
commit d21d38509c
5 changed files with 38 additions and 0 deletions

View file

@ -58,6 +58,18 @@ html {
}
}
}
&.f-small {
font-size: 0.9em;
}
&.f-large {
font-size: 1.1em;
}
&.f-veryLarge {
font-size: 1.2em;
}
}
html.changing-theme {