25 lines
350 B
CSS
25 lines
350 B
CSS
body{
|
|
background: #222;
|
|
color: white;
|
|
padding: 1em 2em;
|
|
}
|
|
a{
|
|
color: #5561ff;
|
|
}
|
|
.status{
|
|
background: #111;
|
|
padding: 0.5em;
|
|
border-radius: 0.25em;
|
|
border-bottom: 1px solid #42495c;
|
|
}
|
|
.date-published{
|
|
font-size: 0.5em;
|
|
}
|
|
.status .published{
|
|
padding-left: 2em;
|
|
}
|
|
.stats{
|
|
max-height: 15em;
|
|
overflow: auto;
|
|
}
|