From c586c4db93e8c3232a4f9229a2f8dc3ce400dc79 Mon Sep 17 00:00:00 2001 From: Lajos Meszaros Date: Mon, 23 Dec 2024 18:02:23 +0100 Subject: [PATCH] add a touch of text shadow to headers --- style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/style.css b/style.css index 58ede2c..3148f80 100644 --- a/style.css +++ b/style.css @@ -66,10 +66,7 @@ h1, h2 { margin: 0; font-family: serif; -} - -h1, -h2 { + text-shadow: 0 0 3px rgba(0, 0, 0, 0.7); margin-top: 30px; margin-bottom: 20px; }