white.css and black.css fix

This commit is contained in:
z-eos 2020-11-12 19:12:58 +02:00
parent da5a1855a4
commit 311a04efc3
2 changed files with 4 additions and 2 deletions

View File

@ -38,6 +38,7 @@ th, td {
border-right: 1px outset #7a7a7a; border-right: 1px outset #7a7a7a;
border-bottom: 1px outset #7a7a7a; border-bottom: 1px outset #7a7a7a;
border-spacing: 5px; border-spacing: 5px;
font-size: 24px;
} }
@ -60,7 +61,7 @@ th, td {
.td-title { .td-title {
background-color: #333333; background-color: #333333;
font-family: Verdana, sans-serif; font-family: Verdana, sans-serif;
color: #888800; color: #888888;
} }
.td-valign-top { .td-valign-top {

View File

@ -33,6 +33,7 @@ th, td {
border-right: 1px outset #5b5b5b; border-right: 1px outset #5b5b5b;
border-bottom: 1px outset #5b5b5b; border-bottom: 1px outset #5b5b5b;
border-spacing: 5px; border-spacing: 5px;
font-size: 24px;
} }
@ -55,7 +56,7 @@ th, td {
.td-title { .td-title {
background-color: #777777; background-color: #777777;
font-family: Verdana, sans-serif; font-family: Verdana, sans-serif;
color: #cccc00; color: #888888;
} }
.text-title-multihost { .text-title-multihost {