Update custom.scss

This commit is contained in:
enneaa 2025-03-13 09:19:02 +08:00 committed by GitHub
parent c80a467fc1
commit 7dab425c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,7 @@
@use "./base.scss";
// put your custom CSS here!
// put your custom CSS here! 
body {
font-family: system-ui, -apple-system, Helvetica, Roboto, Tahoma, Arial, 'PingFang SC', 
'Noto Sans', 'Microsoft YaHei', sans-serif;
}