Removed greyish color from non-section links

This commit is contained in:
squidfunk
2023-01-10 19:27:33 +01:00
parent a82b7fc8aa
commit 02637ef139
6 changed files with 8 additions and 8 deletions

View File

@@ -102,11 +102,6 @@
transition: color 125ms;
scroll-snap-align: start;
// Navigation link that is a label
&[for] {
color: var(--md-default-fg-color--light);
}
// Navigation link that was passed
&--passed {
color: var(--md-default-fg-color--light);
@@ -522,6 +517,11 @@
font-weight: 700;
pointer-events: none;
// Make labels discernable from links
&[for] {
color: var(--md-default-fg-color--light);
}
// Make navigation link clickable
&--index [href] {
pointer-events: initial;