From 8a3b8bc7aea534e0f68831ebee6915a1321f303d Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 7 Nov 2022 10:53:02 +0200 Subject: Add minimal h1 shadow --- static/base.css | 3 +++ templates/index.html | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/static/base.css b/static/base.css index e69de29..668207a 100644 --- a/static/base.css +++ b/static/base.css @@ -0,0 +1,3 @@ +h1.shadow { + text-shadow: 3px 3px 3px #ccc; +} diff --git a/templates/index.html b/templates/index.html index be0619c..aa366de 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,11 +21,11 @@
-An exclusive club of nerds that own the domain hack to their name, and serve their personal homepage from it. Are you one of us? Join the club.
+ class="link dim dark-pink">domain hack to their name, and serve their personal homepage from it. Are you one + of us? Join the club.