Update base.scss

This commit is contained in:
enneaa 2025-03-13 10:49:04 +08:00 committed by GitHub
parent 6fb4c07dc3
commit 19318d584f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,12 +12,12 @@ html {
} }
body, body,
section { section { 
margin: 0; margin: 0;
box-sizing: border-box; box-sizing: border-box;
background-color: var(--light); background-color: var(--light); 
font-family: var(--bodyFont); font-family: var(--bodyFont); 
color: var(--darkgray); color: var(--darkgray); 
} }
.text-highlight { .text-highlight {
@ -70,9 +70,9 @@ strong {
} }
a { a {
font-weight: $semiBoldWeight; /* font-weight: $semiBoldWeight; */   
text-decoration: none; text-decoration: none; 
transition: color 0.2s ease; transition: color 0.2s ease; 
color: var(--secondary); color: var(--secondary);
&:hover { &:hover {
@ -80,8 +80,8 @@ a {
} }
&.internal { &.internal {
text-decoration: none; text-decoration: none;   
background-color: var(--highlight); /* background-color: var(--highlight);  */
padding: 0 0.1rem; padding: 0 0.1rem;
border-radius: 5px; border-radius: 5px;
line-height: 1.4rem; line-height: 1.4rem;