Update custom.scss

This commit is contained in:
enneaa 2025-03-13 10:13:59 +08:00 committed by GitHub
parent febd179154
commit c6be6b6c0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,10 @@
@use "./base.scss"; @use "./base.scss";
// put your custom CSS here!  // put your custom CSS here! 
body {  body {   
font-family: system-ui, -apple-system, Helvetica, Roboto, Tahoma, Arial, 'PingFang SC',  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;  
'Noto Sans', 'Microsoft YaHei', sans-serif; 
} }
a {          a {         
font-weight: normal;  font-weight: normal;   
background-color: transparent;      background-color: transparent;       
} }