You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
240 B
CSS

body
{
background-color: black;
color: #ddd;
}
pre, code
{
background-color: #222;
}
table
{
border-collapse: collapse;
}
table td, th
{
border: 1px solid #999;
padding: 4px;
}
a
{
color: #67f;
}
.dead
{
color: #d33;
}