From 5d2cf0fe9a8ffd9ebac6804f42072daa4eb3f876 Mon Sep 17 00:00:00 2001 From: cowmonk Date: Fri, 9 May 2025 17:34:30 -0700 Subject: [PATCH] color test --- template.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.css b/template.css index 296186f..6d76e4d 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: #fff; } +article { color: #eee; } article > header { display: none; } footer { color: #aaa; }