Files
Sam Thorogood 8af19b8ca9 move
2020-12-04 09:18:01 +11:00

19 lines
259 B
CSS

body {
color: #fff;
background: #000;
font-family: Lucida Grande, Arial, sans-serif;
font-size: 48px;
font-weight: bold;
}
.a {
color: #33f;
text-decoration: none;
}
.a:hover {
color: #66f;
text-decoration: underline;
cursor: pointer;
}