white css fix

This commit is contained in:
z-eos 2020-11-05 20:38:10 +02:00
parent e85d55a577
commit 3e14c7e094
1 changed files with 4 additions and 4 deletions

View File

@ -29,10 +29,10 @@ body {
table { table {
background: #cccccc; background: #cccccc;
// border: 1px black; // border: 1px black;
border-left: 1px outset #b2b2b2; border-left: 1px outset #888888;
border-top: 1px outset #b2b2b2; border-top: 1px outset #888888;
border-right: 1px outset #767676; border-right: 1px outset #5a5a5a;
border-bottom: 1px outset #767676; border-bottom: 1px outset #5a5a5a;
border-spacing: 5px; border-spacing: 5px;
} }