Skip to content

Commit

Permalink
Adjusted font weight of drawer title
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Dec 7, 2021
1 parent e486bbe commit 350aee3
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions material/assets/stylesheets/main.58abb37a.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/assets/stylesheets/main.58abb37a.min.css.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions material/assets/stylesheets/main.dbd578c9.min.css

This file was deleted.

1 change: 0 additions & 1 deletion material/assets/stylesheets/main.dbd578c9.min.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}">
Expand Down
1 change: 1 addition & 0 deletions src/assets/stylesheets/main/layout/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 350aee3

Please sign in to comment.