moth/ctf.css

26 lines
318 B
CSS
Raw Normal View History

body {
background: #000;
color: #0f0;
}
.readme {
background: #444;
}
a:link {
color: #ff0;
}
a:visited {
color: #880;
}
a:hover {
color: #000;
background: #ff0;
}
.error {
color: #000;
background: #f00;
}
2009-09-02 14:25:31 -06:00
input {
border: 2px solid #088;
color: #fff;
background: #000;
}