From 613ada1f84cb31795c6863839db8617ce454ecc2 Mon Sep 17 00:00:00 2001 From: luxick Date: Mon, 13 Apr 2026 09:47:11 +0200 Subject: [PATCH] Keep white glow for amber text --- assets/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assets/style.css b/assets/style.css index fc642c4..2f0b80e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -48,12 +48,10 @@ body::after { /* === Links === */ a { color: #ffb300; - text-shadow: 0 0 5px #b37800; text-decoration: none; } a:hover { color: #ffd54f; - text-shadow: 0 0 8px #ffb300; } /* === Header === */ @@ -102,7 +100,6 @@ header { } .edit-btn:hover { color: #ffd54f; - text-shadow: 0 0 8px #ffb300; } /* === Main === */ @@ -326,7 +323,6 @@ textarea:focus { } .btn-save:hover { color: #ffd54f; - text-shadow: 0 0 8px #ffb300; } .btn-cancel { @@ -347,7 +343,6 @@ textarea:focus { } .btn-cancel:hover { color: #ffb300; - text-shadow: 0 0 8px #b37800; } /* === Empty state === */