From 511eeab6b5cc709d8e6535939f4b6f76dc3454e8 Mon Sep 17 00:00:00 2001 From: cowmonk Date: Fri, 9 May 2025 17:37:19 -0700 Subject: [PATCH] little darker --- template.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.css b/template.css index 6d76e4d..ce14bd6 100644 --- a/template.css +++ b/template.css @@ -30,7 +30,7 @@ section > p q { display: inline-block; margin-bottom: 1em; } section > p span, section > p time, -article { color: #eee; } +article { color: #ddd; } article > header { display: none; } footer { color: #aaa; }