julianperrott / WowClassicGrindBot

WOW Classic Grind Bot, World of Warcraft Grind Bot - No DLL injection or memory watching, just screen capture and mouse and keyboard clicking.
121 stars 213 forks source link

[Request] Dark Mode/Night Mode on webpage #21

Closed teehehe closed 4 years ago

teehehe commented 4 years ago

basically fill the webpage background with a grey color or something so its not super bright(white) at night or in the dark

julianperrott commented 4 years ago

Hi, I have added some css to do a gray mode. You will need to uncomment the code below (remove the / and /) in site.css

/* body, table, .card-body { background-color: grey !important }

.card-header, .card-header table { background-color: darkgray !important } */