Snark font color fix

This commit is contained in:
walking
2010-01-03 14:12:48 +00:00
parent 5fcddd581e
commit d8d50aaf41

View File

@@ -268,6 +268,10 @@ div.configsection {
font-weight: bold;/* red tile needs bold text! */
}
div.configsection table{
color: #ffb;
}
div.configsection a {
color: #f90;
}