mirror of
https://github.com/anatolykopyl/status.git
synced 2026-03-26 12:54:46 +00:00
20 lines
263 B
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;
|
|
} |