style: tune link styles
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
|
||||
.site-title {
|
||||
display: block;
|
||||
color: var(--text);
|
||||
color: var(--primary);
|
||||
font: var(--text-display);
|
||||
}
|
||||
|
||||
@@ -155,6 +155,7 @@
|
||||
margin-bottom: var(--space-4);
|
||||
color: var(--text-muted);
|
||||
font-style: italic;
|
||||
font-size: 15px;
|
||||
transition: color 150ms ease;
|
||||
}
|
||||
|
||||
@@ -279,7 +280,7 @@
|
||||
padding-block: 0.125rem;
|
||||
}
|
||||
|
||||
.tree-link--nested:hover {
|
||||
.tree-link--nested:not(.tree-link--current):hover {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
@@ -289,7 +290,7 @@
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.tree-link--leaf:hover {
|
||||
.tree-link--leaf:not(.tree-link--current):hover {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
@@ -562,8 +563,8 @@
|
||||
|
||||
.content a {
|
||||
color: var(--primary);
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 0.15em;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.content blockquote {
|
||||
|
||||
Reference in New Issue
Block a user