this better work or imma crash out

This commit is contained in:
clashofclanselixircollector 2024-12-11 09:54:18 -08:00
parent b28516e23b
commit e9d6b74b32

View File

@ -22,8 +22,8 @@ body.dark-mode {
header {
background-color: #8ffef8;
color: white;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
color: black;
text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
padding: 20px 0;
text-align: center;
}