diff --git a/trac/htdocs/main.css b/trac/htdocs/main.css index 755fe71..f898355 100644 --- a/trac/htdocs/main.css +++ b/trac/htdocs/main.css @@ -132,3 +132,11 @@ fieldset { legend { color: #224422; } +th { + background: #945973; + color: white; + font-weight: bold; +} +th a { + color: #224422; +}