feat: reset global font-size
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-09-24 19:01:22 +08:00
parent 70d7a65665
commit 831dcdf651
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -1,5 +1,9 @@
/* S2OJ Bootstrap 5 Theme */
:root {
font-size: 14px;
}
body {
overflow-y: scroll;
}