mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed wrong colors on nested admonition in details
This commit is contained in:
parent
91d34707ea
commit
34c2f11afc
File diff suppressed because one or more lines are too long
@ -53,7 +53,7 @@
|
|||||||
<script src="{{ base_url }}/assets/javascripts/modernizr-e826f8942a.js"></script>
|
<script src="{{ base_url }}/assets/javascripts/modernizr-e826f8942a.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-17581f150b.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-462a8722ef.css">
|
||||||
{% if palette.primary or palette.accent %}
|
{% if palette.primary or palette.accent %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-23f75ab9c7.palette.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-23f75ab9c7.palette.css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Title
|
// Title
|
||||||
.admonition-title {
|
> .admonition-title {
|
||||||
margin: -1.2rem -1.2rem 0;
|
margin: -1.2rem -1.2rem 0;
|
||||||
padding: 0.8rem 1.2rem 0.8rem 4rem;
|
padding: 0.8rem 1.2rem 0.8rem 4rem;
|
||||||
border-bottom: 0.1rem solid transparentize($clr-blue-a200, 0.9);
|
border-bottom: 0.1rem solid transparentize($clr-blue-a200, 0.9);
|
||||||
@ -95,7 +95,7 @@
|
|||||||
border-left: 0.4rem solid $tint;
|
border-left: 0.4rem solid $tint;
|
||||||
|
|
||||||
// Title
|
// Title
|
||||||
.admonition-title {
|
> .admonition-title {
|
||||||
border-bottom: 0.1rem solid transparentize($tint, 0.9);
|
border-bottom: 0.1rem solid transparentize($tint, 0.9);
|
||||||
background-color: transparentize($tint, 0.9);
|
background-color: transparentize($tint, 0.9);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user