white css fix

This commit is contained in:
z-eos 2020-11-05 20:13:41 +02:00
parent f445426633
commit 14ddc558c7
1 changed files with 5 additions and 5 deletions

View File

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