mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-02-06 22:24:28 +01:00
Fixed uppercasing of code blocks in H5 headlines
This commit is contained in:
parent
226321e48b
commit
b3f1eb27fe
1
material/templates/assets/stylesheets/main.6f8fc17f.min.css
vendored
Normal file
1
material/templates/assets/stylesheets/main.6f8fc17f.min.css
vendored
Normal file
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
@ -44,7 +44,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.a1494179.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6f8fc17f.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.06af60db.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
|
||||||
|
@ -146,6 +146,11 @@ kbd {
|
|||||||
// Headline on level 5
|
// Headline on level 5
|
||||||
h5 {
|
h5 {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
// Don't uppercase code blocks
|
||||||
|
code {
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Horizontal separator
|
// Horizontal separator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user