GFM Alert tweaks

This commit is contained in:
Nathan McCarty 2025-02-09 23:16:20 -05:00
parent e4e0349a32
commit cc9b482431

View file

@ -65,17 +65,17 @@
} }
/* Warnings */ /* Warnings */
.warning { .warning {
border-color: var(--orange); border-color: var(--yellow);
} }
.warning .title p::before { .warning .title p::before {
content: "\e9a3"; content: "\eac5";
color: var(--orange); color: var(--yellow);
} }
/* Cautions */ /* Cautions */
.caution { .caution {
border-color: var(--red); border-color: var(--red);
} }
.caution .title p::before { .caution .title p::before {
content: "\ee87"; content: "\eac6";
color: var(--red); color: var(--red);
} }