mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
Update base.scss
This commit is contained in:
parent
19318d584f
commit
843941e17b
@ -70,7 +70,7 @@ 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);
|
||||||
@ -81,7 +81,7 @@ 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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user