Adjusted font weight of site title

This commit is contained in:
squidfunk 2021-12-07 13:44:55 +01:00
parent 4be7cc5b1b
commit e486bbe1a2
6 changed files with 9 additions and 4 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

@ -34,7 +34,7 @@
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block styles %} {% 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 %} {% if config.theme.palette %}
{% set palette = config.theme.palette %} {% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.9204c3b2.min.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/palette.9204c3b2.min.css' | url }}">

View File

@ -174,6 +174,11 @@
transform: translateX(px2rem(-25px)); transform: translateX(px2rem(-25px));
} }
} }
// Adjust font weight of site title
&:first-child {
font-weight: 700;
}
} }
// Header title // Header title