Update custom.scss

This commit is contained in:
enneaa 2025-03-13 09:45:25 +08:00 committed by GitHub
parent 86303890cb
commit febd179154
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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