From 3a3440edddfe1862f484dd106c509f40cebb6e98 Mon Sep 17 00:00:00 2001 From: Mohsen Azimi Date: Sat, 19 Mar 2022 20:41:52 -0300 Subject: [PATCH] update warning color too --- css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/index.css b/css/index.css index 5194188..10cf7ee 100644 --- a/css/index.css +++ b/css/index.css @@ -223,6 +223,7 @@ a[href].post-tag:focus { /* Warning */ .warning { background-color: #ffc; + color: var(--color-gray-level-50); padding: 1em 0.625em; /* 16px 10px /16 */ } .warning ol:only-child {