font syntax fix

This commit is contained in:
Nate 2025-01-18 13:14:59 -03:00
parent ead094de01
commit e97a6fe51a

View File

@ -32,7 +32,7 @@ main {
body { body {
overflow: hidden; overflow: hidden;
user-select: none; user-select: none;
font-family: "Noto Sans, sans-serif"; font-family: "Noto Sans", sans-serif;
font-size: $body-font-size; font-size: $body-font-size;
color: $body-color; color: $body-color;
margin: 0; margin: 0;