mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Fixed coloring of non-index top-level sections when using navigation tabs
This commit is contained in:
parent
024616f129
commit
ce5e3531cf
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.9c788c91.min.css
vendored
Normal file
1
material/assets/stylesheets/main.9c788c91.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.9c788c91.min.css.map
Normal file
1
material/assets/stylesheets/main.9c788c91.min.css.map
Normal file
File diff suppressed because one or more lines are too long
@ -40,7 +40,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% 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 %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.2505c338.min.css' | url }}">
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user