From cc9b482431d80188c5fdf06ec4f43966bd590abc Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 9 Feb 2025 23:16:20 -0500 Subject: [PATCH] GFM Alert tweaks --- resources/admonitions.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/admonitions.css b/resources/admonitions.css index eed2bb5..0c57da9 100644 --- a/resources/admonitions.css +++ b/resources/admonitions.css @@ -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); }