From 76813ff2b63ae9802410dbc2020f3c39aeb61490 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Fri, 25 Oct 2024 23:32:11 +0200 Subject: [PATCH] Improved text shadows a bit more. --- styles.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.php b/styles.php index 854a07d..ec9d0fa 100644 --- a/styles.php +++ b/styles.php @@ -12,7 +12,7 @@ html:not([data-scroll='0']) .topnav { font-family: ubuntu, arial; font-size: 16px; text-color: white; - text-shadow: 0px 0px 32px rgb(0, 0, 0), 0px 0px 32px rgb(0, 0, 0), 0px 0px 32px rgb(0, 0, 0); + text-shadow: 4px 4px 8px rgb(0, 0, 0), -4px 4px 8px rgb(0, 0, 0), -4px -4px 8px rgb(0, 0, 0), 4px -4px 8px rgb(0, 0, 0); } body { @@ -37,7 +37,7 @@ label { font-family: ubuntu, arial; font-size: 16px; color: white; - text-shadow: 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0); + text-shadow: 4px 4px 8px rgb(0, 0, 0), -4px 4px 8px rgb(0, 0, 0), -4px -4px 8px rgb(0, 0, 0), 4px -4px 8px rgb(0, 0, 0); } .background {