mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Adjusted font weight of drawer title
This commit is contained in:
parent
e486bbe1a2
commit
350aee371d
2
material/assets/stylesheets/main.58abb37a.min.css
vendored
Normal file
2
material/assets/stylesheets/main.58abb37a.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.58abb37a.min.css.map
Normal file
1
material/assets/stylesheets/main.58abb37a.min.css.map
Normal file
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
@ -34,7 +34,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.dbd578c9.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.58abb37a.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.9204c3b2.min.css' | url }}">
|
||||
|
@ -247,6 +247,7 @@
|
||||
// Top-level navigation title
|
||||
&[for="__drawer"] {
|
||||
color: var(--md-primary-bg-color);
|
||||
font-weight: 700;
|
||||
background-color: var(--md-primary-fg-color);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user