Fixed coloring of non-index top-level sections when using navigation tabs

This commit is contained in:
squidfunk
2023-01-10 19:59:04 +01:00
parent 024616f129
commit ce5e3531cf
6 changed files with 8 additions and 3 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.24baa246.min.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/main.9c788c91.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

@@ -624,6 +624,11 @@
} }
} }
} }
// Make labels discernable from links
> [for] {
color: var(--md-default-fg-color--light);
}
} }
// Hack: Always show active navigation tab on breakpoint screen, despite // Hack: Always show active navigation tab on breakpoint screen, despite