uhr/uhr-white.css

16 lines
294 B
CSS

@import url("uhr-idle-dark.css");
#uhr {
background-color: #ccc;
}
.dot.active{
border-color: #fff !important;
box-shadow: 0 0 0.1em #fff !important;
}
.letter.active{
color: #fff !important;
text-shadow: 0 0 0.1em #fff !important;
}
.onoffswitch-inner:before {
background-color: #ccc;
}