mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-04 19:45:08 -04:00
Removed greyish color from non-section links
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user