From e35331bee9753d40f8c426b0c69dd7713ca0c1b0 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Wed, 29 Oct 2025 17:08:10 +0100 Subject: updates to css template and dns guide --- static/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index dff0f30..f63fd6e 100644 --- a/static/style.css +++ b/static/style.css @@ -63,11 +63,14 @@ h1 { text-align: center; } -h1, -h2 { +h1 { color: #bb9af7; } +h2 { + color: #2ac3de; +} + h3, h4, h5, -- cgit v1.2.3