25 lines
256 B
CSS
25 lines
256 B
CSS
body {
|
|
background: #000;
|
|
color: #ccc;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.container {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.title {
|
|
color: #D7FF00;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.counter {
|
|
color: #18E300;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.time {
|
|
|
|
}
|