Fix CSS values in quotes for tumblr header.

This commit is contained in:
天クマ 2026-07-08 20:21:56 -03:00
commit d9fb667c77

View file

@ -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);
}