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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -40,7 +40,7 @@
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6b71719e.min.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/main.3dd9a672.min.css' | url }}">
{% if config.theme.palette %} {% if config.theme.palette %}
{% set palette = config.theme.palette %} {% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.2505c338.min.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/palette.2505c338.min.css' | url }}">

View File

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