mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Adjusted font weight of site title
This commit is contained in:
parent
4be7cc5b1b
commit
e486bbe1a2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
material/assets/stylesheets/main.dbd578c9.min.css
vendored
Normal file
2
material/assets/stylesheets/main.dbd578c9.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.dbd578c9.min.css.map
Normal file
1
material/assets/stylesheets/main.dbd578c9.min.css.map
Normal file
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.a617204b.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.dbd578c9.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.9204c3b2.min.css' | url }}">
|
||||
|
@ -174,6 +174,11 @@
|
||||
transform: translateX(px2rem(-25px));
|
||||
}
|
||||
}
|
||||
|
||||
// Adjust font weight of site title
|
||||
&:first-child {
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
|
||||
// Header title
|
||||
|
Loading…
Reference in New Issue
Block a user