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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Request] Dark Mode/Night Mode on webpage

teehehe opened this issue · comments

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

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
}
*/