velov/style.css
2018-06-12 17:32:43 +02:00

11 lines
108 B
CSS

html{
background-color:black;
color:white;
}
.success{
color: #18f218;
}
.danger{
color: #fb2d2d;
}