wsw background color fix for dark mode

This commit is contained in:
ChrisplayzWii 2025-04-26 12:10:02 -05:00 committed by GitHub
parent 33c56ce98e
commit 07a360ae56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,4 +80,6 @@ img.right {right: 10px; animation: rightHoverAnimation 0.5s infinite alternate;}
#errorCode {background-color: black;border: 2px solid grey}
body.dir a {color:white}
mark {color:white}
}
#wednesdaytitles {margin-top:13px; margin-bottom:13px; border:none;position:relative; top:0px; left:0px; float:center;color:#FFF !important; background-color:#3b3b3b; height:0px; width:50%; transition:.3s ease-in-out;}
}