CyTube/www/css/themes/light.css
calzoneman 5d9a8a1a3f Fixes
2014-02-24 18:25:49 -06:00

28 lines
406 B
CSS

body {
background-color: #f5f5f5;
}
#ytapiplayer {
background-color: #000000;
}
#chatheader, #currenttitle, #userlist, #messagebuffer, #plmeta {
background-color: #ffffff;
}
footer {
background-color: #eeeeee !important;
}
.queue_entry {
background-color: #ffffff;
}
.queue_active {
background-color: #d9edf7;
}
.profile-box, .user-dropdown {
background-color: #ffffff;
}