1
0
Fork 0
my_site_mk3/black.css

37 lines
665 B
CSS

<style type="text/css">
* {
color: #CCC;
font-family: monospace;
}
body {
background: #222;
font-family: monospace;
font-size: 100%;
}
input {
width: 80%;
background: none;
border: none;
font-size: 100%;
font-family: monospace;
}
textarea{
background: none;
border: none;
font-size: 100%;
font-family: monospace;
}
#err{
color:#B22;
}
#hint {
color: #555;
font-size: 90%;
}
#hint a {
color: #44B;
}
#hint a:visited {
color: #646;
}
</style>