13 lines
128 B
CSS
13 lines
128 B
CSS
BODY {
|
|
background-color: black;
|
|
}
|
|
|
|
.on {
|
|
color: white;
|
|
text-shadow: white 0px 0px 6px;
|
|
}
|
|
|
|
.off {
|
|
color: #222;
|
|
}
|