From e5b9062581dec4af2a0be68c8142b3cc295fa63b Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Tue, 28 Oct 2025 12:16:38 +0100 Subject: Update stylesheet --- static/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 0f6c16a..dff0f30 100644 --- a/static/style.css +++ b/static/style.css @@ -64,12 +64,15 @@ h1 { } h1, -h2, +h2 { + color: #bb9af7; +} + h3, h4, h5, h6 { - color: #bb9af7; + color: #DDD; } hr { -- cgit v1.2.3