mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Increased sidebar font size
This commit is contained in:
parent
b09e334f3f
commit
c3231f1a9e
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/application-f1dc02faf5.css
Normal file
1
material/assets/stylesheets/application-f1dc02faf5.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -45,7 +45,7 @@
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||
{% endblock %}
|
||||
{% 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 %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-02ce7adcc2.palette.css">
|
||||
{% endif %}
|
||||
@ -124,7 +124,7 @@
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% 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>
|
||||
{% for path in extra_javascript %}
|
||||
<script src="{{ path }}"></script>
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
// Navigation container
|
||||
.md-nav {
|
||||
font-size: ms(-1);
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.3;
|
||||
|
||||
// Table of contents
|
||||
@ -178,6 +178,13 @@
|
||||
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
|
||||
// inside the drawer is always styled accordingly
|
||||
html & .md-nav__title {
|
||||
@ -354,13 +361,6 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user