Update base.scss

This commit is contained in:
enneaa 2025-03-13 11:19:48 +08:00 committed by GitHub
parent 19318d584f
commit 843941e17b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ strong {
}
a {
/* font-weight: $semiBoldWeight; */   
font-weight: $semiBoldWeight; 
text-decoration: none; 
transition: color 0.2s ease; 
color: var(--secondary);
@ -81,7 +81,7 @@ a {
&.internal {
text-decoration: none;   
/* background-color: var(--highlight);  */
background-color: var(--highlight);
padding: 0 0.1rem;
border-radius: 5px;
line-height: 1.4rem;