site

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

commit 511eeab6b5cc709d8e6535939f4b6f76dc3454e8
parent 5d2cf0fe9a8ffd9ebac6804f42072daa4eb3f876
Author: cowmonk <rekketstone@duck.com>
Date:   Fri,  9 May 2025 17:37:19 -0700

little darker

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: #eee; } +article { color: #ddd; } article > header { display: none; } footer { color: #aaa; }