Update app.scss

This commit is contained in:
Morgan 2024-02-10 23:00:06 +09:00 committed by GitHub
parent 5aac9df9e0
commit 2a5f5a5070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -162,8 +162,10 @@ select option.is-default {
text-decoration: none !important; text-decoration: none !important;
} }
body { .content {
font-family: "Source Sans 3", "Fira Sans", sans-serif !important; font-family: "Source Sans 3", "Fira Sans", sans-serif !important;
font-size: 17px;
line-height: 30px;
} }
.code { .code {