klandr-server/static/style.css
Christoffer Müller Madsen cf743c2861 initial commit
2016-09-17 04:08:42 +02:00

15 lines
256 B
CSS

body {
font-family: monospace;
background-color: #fff;
color: #000;
}
a:link, a:visited {
color: #ff9900;
transition-duration: 0.3s;
}
a:hover, a:active {
color: #ffb84d;
transition-duration: 0.3s;
}