white css fix

This commit is contained in:
z-eos 2020-11-05 19:03:47 +02:00
parent a84b77e57c
commit 85900e93ea
1 changed files with 5 additions and 5 deletions

View File

@ -27,12 +27,12 @@ body {
/* } */ /* } */
table { table {
background: #888888; background: #cccccc;
border: 1px black; border: 1px black;
border-left: 1px outset #888888; border-left: 1px outset #b2b2b2;
border-top: 1px outset #888888; border-top: 1px outset #b2b2b2;
border-right: 1px outset black; border-right: 1px outset #4c4c4c;
border-bottom: 1px outset black; border-bottom: 1px outset #4c4c4c;
border-spacing: 5px; border-spacing: 5px;
} }