From c130163c715af7a8fea83f9a19d638173d920bc0 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 23 Mar 2023 10:36:11 -0400 Subject: [PATCH] tweak page warning colors to have more contrast --- themes/hugo-xmin/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-xmin/static/css/style.css b/themes/hugo-xmin/static/css/style.css index 84c67d0..016b23a 100644 --- a/themes/hugo-xmin/static/css/style.css +++ b/themes/hugo-xmin/static/css/style.css @@ -63,7 +63,7 @@ thead, tfoot, tr:nth-child(even) { background: #eee; } .anecdote-meta { text-decoration: none; - color: #dbd7d2; + color: #080808; background: #ff1493; padding: 5px; border-radius: 5px;