Files
status/style.css

20 lines
263 B
CSS

* {
font-family: 'Russo One', sans-serif;
color: lightgray;
background-color: #597da3;
}
body {
height: 100%;
text-align: center;
margin-top: 20%;
}
a {
text-decoration: none;
font-size: xx-large;
}
a:hover {
color: white;
}