site

my personal site
git clone git://git.daat.foo/site.git
Log | Files | Refs | README | LICENSE

commit 5d2cf0fe9a8ffd9ebac6804f42072daa4eb3f876
parent a0653ec3190fec683b6e5dc7e3b481f3cde6047b
Author: cowmonk <rekketstone@duck.com>
Date:   Fri,  9 May 2025 17:34:30 -0700

color test

Diffstat:
Mtemplate.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }