mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
Update base.scss
This commit is contained in:
parent
843941e17b
commit
0bfab73593
@ -12,12 +12,12 @@ html {
|
||||
}
|
||||
|
||||
body,
|
||||
section {
|
||||
section {
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
background-color: var(--light);
|
||||
font-family: var(--bodyFont);
|
||||
color: var(--darkgray);
|
||||
background-color: var(--light);
|
||||
font-family: var(--bodyFont);
|
||||
color: var(--darkgray);
|
||||
}
|
||||
|
||||
.text-highlight {
|
||||
@ -70,9 +70,9 @@ strong {
|
||||
}
|
||||
|
||||
a {
|
||||
font-weight: $semiBoldWeight;
|
||||
text-decoration: none;
|
||||
transition: color 0.2s ease;
|
||||
font-weight: $semiBoldWeight;
|
||||
text-decoration: none;
|
||||
transition: color 0.2s ease;
|
||||
color: var(--secondary);
|
||||
|
||||
&:hover {
|
||||
@ -80,7 +80,7 @@ a {
|
||||
}
|
||||
|
||||
&.internal {
|
||||
text-decoration: none;
|
||||
text-decoration: none;
|
||||
background-color: var(--highlight);
|
||||
padding: 0 0.1rem;
|
||||
border-radius: 5px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user