1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01:00

Fixed wrong colors on nested admonition in details

This commit is contained in:
squidfunk 2017-10-31 21:03:31 +01:00 committed by Martin Donath
parent 91d34707ea
commit 34c2f11afc
3 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -53,7 +53,7 @@
<script src="{{ base_url }}/assets/javascripts/modernizr-e826f8942a.js"></script>
{% endblock %}
{% 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 %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-23f75ab9c7.palette.css">
{% endif %}

View File

@ -54,7 +54,7 @@
}
// Title
.admonition-title {
> .admonition-title {
margin: -1.2rem -1.2rem 0;
padding: 0.8rem 1.2rem 0.8rem 4rem;
border-bottom: 0.1rem solid transparentize($clr-blue-a200, 0.9);
@ -95,7 +95,7 @@
border-left: 0.4rem solid $tint;
// Title
.admonition-title {
> .admonition-title {
border-bottom: 0.1rem solid transparentize($tint, 0.9);
background-color: transparentize($tint, 0.9);