Skip to content

Commit 4a2af4c

Browse files
committed
Fixed missing admonition icons (removed in upstream)
1 parent 9be30b4 commit 4a2af4c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

material/assets/stylesheets/main.16c65388.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

material/assets/stylesheets/main.16c65388.min.css renamed to material/assets/stylesheets/main.4596ff4f.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/stylesheets/main.4596ff4f.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{% endif %}
4040
{% endblock %}
4141
{% block styles %}
42-
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.16c65388.min.css' | url }}">
42+
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.4596ff4f.min.css' | url }}">
4343
{% if config.theme.palette %}
4444
{% set palette = config.theme.palette %}
4545
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.3f5d1f46.min.css' | url }}">

src/assets/stylesheets/main/extensions/markdown/_admonition.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
/// Admonition flavours
2828
$admonitions: (
2929
note: pencil $clr-blue-a200,
30-
abstract summary tldr: text-subject $clr-light-blue-a400,
30+
abstract summary tldr: clipboard-text $clr-light-blue-a400,
3131
info todo: information $clr-cyan-a700,
3232
tip hint important: fire $clr-teal-a700,
33-
success check done: check-circle $clr-green-a700,
33+
success check done: check-bold $clr-green-a700,
3434
question help faq: help-circle $clr-light-green-a700,
3535
warning caution attention: alert $clr-orange-a400,
36-
failure fail missing: close-circle $clr-red-a200,
37-
danger error: flash-circle $clr-red-a400,
36+
failure fail missing: close-thick $clr-red-a200,
37+
danger error: lightning-bolt $clr-red-a400,
3838
bug: bug $clr-pink-a400,
3939
example: format-list-numbered $clr-deep-purple-a200,
4040
quote cite: format-quote-close $clr-grey

0 commit comments

Comments
 (0)