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

Improved example admonition styles for dark backgrounds

This commit is contained in:
squidfunk 2021-02-28 08:37:31 +01:00
parent c13012da3d
commit 71926399c4
4 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.1655a90d.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.77f3fd56.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.7fa14f5b.min.css' | url }}">

View File

@ -36,7 +36,7 @@ $admonitions: (
failure fail missing: close-circle $clr-red-a200,
danger error: flash-circle $clr-red-a400,
bug: bug $clr-pink-a400,
example: format-list-numbered $clr-deep-purple-a400,
example: format-list-numbered $clr-deep-purple-a200,
quote cite: format-quote-close $clr-grey
) !default;