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