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";
// put your custom CSS here! 
body { 
font-family: system-ui, -apple-system, Helvetica, Roboto, Tahoma, Arial, 'PingFang SC', 
'Noto Sans', 'Microsoft YaHei', sans-serif; 
body {   
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;  
}
a {         
font-weight: normal; 
background-color: transparent;     
font-weight: normal;   
background-color: transparent;       
}