From ec1f3fb11b716f67313a1bbf77474a5cad0d024f Mon Sep 17 00:00:00 2001 From: sageTheDM Date: Sat, 4 Jan 2025 16:40:26 +0100 Subject: [PATCH] bug fixes --- secret/styles.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/secret/styles.css b/secret/styles.css index 8230b8b..c0a914f 100644 --- a/secret/styles.css +++ b/secret/styles.css @@ -10,11 +10,18 @@ body { color: #b0b0b0; margin: 0; line-height: 1.6; + background-image: repeating-linear-gradient( + 45deg, + #ffcc00 0%, + #ffcc00 10%, + #0d0d0d 10%, + #0d0d0d 20% + ); background-size: 20px 20px; /* Adjust size for tape appearance */ } header { - background-color: #222; + background-color: #222; /* Fully opaque background */ color: #b0b0b0; text-align: center; padding: 1em 0; @@ -34,7 +41,6 @@ header { 0 0 30px #ffcc00, 0 0 40px #ffcc00, 0 0 50px #ffcc00; - opacity: 1; } 20% { text-shadow: @@ -43,14 +49,12 @@ header { 0 0 10px #ffcc00, 0 0 15px #ffcc00, 0 0 20px #ffcc00; - opacity: 0.9; } 40% { text-shadow: 0 0 5px #ffcc00, 0 0 15px #ffcc00, 0 0 25px #ffcc00; - opacity: 1; } 60% { text-shadow: @@ -59,14 +63,12 @@ header { 0 0 15px #ffcc00, 0 0 20px #ffcc00, 0 0 30px #ffcc00; - opacity: 0.8; } 80% { text-shadow: 0 0 3px #ffcc00, 0 0 7px #ffcc00, 0 0 10px #ffcc00; - opacity: 1; } 100% { text-shadow: @@ -76,7 +78,6 @@ header { 0 0 20px #ffcc00, 0 0 30px #ffcc00, 0 0 40px #ffcc00; - opacity: 0.9; } }