klandr-server/static/style.css
Christoffer Müller Madsen 6cc08a96cf mindre stilændring
2016-09-19 15:57:15 +02:00

17 lines
281 B
CSS

body {
font-family: monospace;
background-color: #fff;
color: #000;
}
a:link, a:visited {
color: #0055ce;
transition-duration: 0.3s;
text-decoration: none;
}
a:hover, a:active {
color: #3385ff;
transition-duration: 0.3s;
}