some style

This commit is contained in:
Adrian Amaglio 2018-03-27 09:51:40 +02:00
parent 8fce36a227
commit e8aa0d3675

10
style.css Normal file
View File

@ -0,0 +1,10 @@
html{
background-color:black;
color:white;
}
.success{
color:green;
}
.danger{
color: red;
}