klandr-server/static/style.css

15 lines
256 B
CSS
Raw Normal View History

2016-09-17 02:08:42 +00:00
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;
}