doc/local.css: Improve table headers
authornicoo <nicoo@realraum.at>
Wed, 4 Jul 2018 14:35:52 +0000 (16:35 +0200)
committernicoo <nicoo@realraum.at>
Sat, 7 Jul 2018 18:45:40 +0000 (20:45 +0200)
doc/local.css

index e5d32bf..d1d9764 100644 (file)
@@ -257,10 +257,9 @@ p>code, dd>code, li>code {
 }
 
 #content table th {
-       background: #fafafa;
        padding: 0.1em 0.5em;
        border-bottom: solid 1px #aaaaaa;
-       color: #555555;
+       color: #d33682;
 }
 
 #content table td {