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 */
.warning {
border-color: var(--orange);
border-color: var(--yellow);
}
.warning .title p::before {
content: "\e9a3";
color: var(--orange);
content: "\eac5";
color: var(--yellow);
}
/* Cautions */
.caution {
border-color: var(--red);
}
.caution .title p::before {
content: "\ee87";
content: "\eac6";
color: var(--red);
}