diff --git a/secret/styles.css b/secret/styles.css index c0a914f..8230b8b 100644 --- a/secret/styles.css +++ b/secret/styles.css @@ -10,18 +10,11 @@ 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; /* Fully opaque background */ + background-color: #222; color: #b0b0b0; text-align: center; padding: 1em 0; @@ -41,6 +34,7 @@ header { 0 0 30px #ffcc00, 0 0 40px #ffcc00, 0 0 50px #ffcc00; + opacity: 1; } 20% { text-shadow: @@ -49,12 +43,14 @@ 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: @@ -63,12 +59,14 @@ 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: @@ -78,6 +76,7 @@ header { 0 0 20px #ffcc00, 0 0 30px #ffcc00, 0 0 40px #ffcc00; + opacity: 0.9; } }