velov/style.css

14 lines
143 B
CSS
Raw Permalink Normal View History

2018-03-27 07:51:40 +00:00
html{
background-color:black;
color:white;
}
.success{
2018-06-12 15:32:43 +00:00
color: #18f218;
2018-03-27 07:51:40 +00:00
}
.danger{
2018-06-12 15:32:43 +00:00
color: #fb2d2d;
2018-03-27 07:51:40 +00:00
}
2019-06-09 14:03:57 +00:00
a, a:visited {
2019-06-09 14:06:16 +00:00
color: #0ea4bd;
2019-06-09 14:03:57 +00:00
}