fixed the right-bottom outset color from table in white.css

This commit is contained in:
Jordi Sanfeliu 2020-11-06 10:33:37 +01:00
parent b94379084b
commit dd9442aec2
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ table {
background: #cccccc;
border-left: 1px outset #888888;
border-top: 1px outset #888888;
border-right: 1px outset #5a5a5a;
border-bottom: 1px outset #5a5a5a;
border-right: 1px outset #7a7a7a;
border-bottom: 1px outset #7a7a7a;
border-spacing: 5px;
}