12 lines
137 B
CSS
12 lines
137 B
CSS
body{
|
|
background: #222;
|
|
color: white;
|
|
}
|
|
a{
|
|
color: #5561ff;
|
|
}
|
|
.status{
|
|
background:
|
|
border-bottom: 1px solid #42495c;
|
|
}
|