uncia/uncia/frontend/style/home.css

24 lines
331 B
CSS

#instances {
width: 100%;
}
#instances .timestamp {
text-align: right;
}
#instance .new {
background-color: var(--positive-dark);
}
#instance .new:hover {
background-color: var(--positive);
}
#instances .fail {
background-color: var(--negative-dark);
}
#instances .fail:hover {
background-color: var(--negative-dark);
}