From d9fb667c77cd07299fddaa4f5b216f97df5cdf2e Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Wed, 8 Jul 2026 20:21:56 -0300 Subject: [PATCH] Fix CSS values in quotes for tumblr header. --- static/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/main.css b/static/main.css index d522bc9..ad5c4c2 100644 --- a/static/main.css +++ b/static/main.css @@ -75,9 +75,9 @@ header.tumblr { left: 0; right: 0; bottom: 0; - z-index: "9999"; + z-index: 9999; border-top: thick solid rgba(255, 255, 255, 0.1); - border-bottom: "none"; + border-bottom: none; background-color: rgb(0,0,0,0.8); }