From cadb3369140ffdc7489edc0d7b95e7fd98a78c49 Mon Sep 17 00:00:00 2001 From: nouwushka Date: Sat, 1 Aug 2026 01:16:15 +0200 Subject: [PATCH] update link color, head 1 pos --- just.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/just.css b/just.css index f39dfff..91712df 100644 --- a/just.css +++ b/just.css @@ -6,11 +6,12 @@ html, body { } h1 { - + padding: 80px; + text-align: center; } a { - + color: #a34adb; }