From 9fd48fd62352cb616c91a77b83b707f606304153 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 19 Feb 2025 16:07:25 +1100 Subject: change text to be neon and more readable --- template.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'template.txt') diff --git a/template.txt b/template.txt index bc993fc..bbf10ad 100644 --- a/template.txt +++ b/template.txt @@ -44,6 +44,9 @@ body color: white; background-color: #281b38; background-image: url('https://danieljones.au/media/bg.gif'); + text-shadow: 0 0 0.2em rgba(0, 255, 255, 0.8), + 0 0 0.4em rgba(0, 255, 255, 0.6), + 0 0 0.6em rgba(0, 255, 255, 0.4); } img{max-width: 100%; max-height: 100%; overflow: hidden;} @@ -112,8 +115,18 @@ max-width: 100%; } a { - color: #c625ef; + color: #ff80ff; text-decoration: none; + text-shadow: 0 0 0.2em rgba(255, 0, 255, 0.8), + 0 0 0.4em rgba(255, 0, 255, 0.6), + 0 0 0.6em rgba(255, 0, 255, 0.4); +} + +a:hover { + color: #00ffff; + text-shadow: 0 0 0.2em rgba(0, 255, 255, 0.8), + 0 0 0.4em rgba(0, 255, 255, 0.6), + 0 0 0.6em rgba(0, 255, 255, 0.4); } .js-message { -- cgit v1.2.3