moth/ctf.css

26 lines
318 B
CSS

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;
}
input {
border: 2px solid #088;
color: #fff;
background: #000;
}