Increased sidebar font size

This commit is contained in:
squidfunk 2017-01-26 21:25:31 +01:00 committed by Martin Donath
parent b09e334f3f
commit c3231f1a9e
5 changed files with 12 additions and 12 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -45,7 +45,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
{% endblock %} {% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f3ab63f78a.css"> <link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f1dc02faf5.css">
{% if config.extra.palette %} {% if config.extra.palette %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-02ce7adcc2.palette.css"> <link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-02ce7adcc2.palette.css">
{% endif %} {% endif %}
@ -124,7 +124,7 @@
{% endblock %} {% endblock %}
</div> </div>
{% block scripts %} {% block scripts %}
<script src="{{ base_url }}/assets/javascripts/application-2afe21e0b2.js"></script> <script src="{{ base_url }}/assets/javascripts/application-7f35cda7dd.js"></script>
<script>var config={url:{base:"{{ base_url }}"}},app=new Application(config);app.initialize()</script> <script>var config={url:{base:"{{ base_url }}"}},app=new Application(config);app.initialize()</script>
{% for path in extra_javascript %} {% for path in extra_javascript %}
<script src="{{ path }}"></script> <script src="{{ path }}"></script>

View File

@ -26,7 +26,7 @@
// Navigation container // Navigation container
.md-nav { .md-nav {
font-size: ms(-1); font-size: 1.4rem;
line-height: 1.3; line-height: 1.3;
// Table of contents // Table of contents
@ -178,6 +178,13 @@
background-color: $md-color-white; background-color: $md-color-white;
} }
// List title and item
.md-nav__title,
.md-nav__item {
font-size: 1.6rem;
line-height: 1.5;
}
// List title - higher specificity is necessary to ensure that the title // List title - higher specificity is necessary to ensure that the title
// inside the drawer is always styled accordingly // inside the drawer is always styled accordingly
html & .md-nav__title { html & .md-nav__title {
@ -354,13 +361,6 @@
opacity: 1; opacity: 1;
} }
} }
// List item
.md-nav__title,
.md-nav__item {
font-size: 1.6rem;
line-height: 1.5;
}
} }
// [tablet portrait -]: Show table of contents in drawer // [tablet portrait -]: Show table of contents in drawer