From dd9442aec2580625a93dd1135c26a3ee5a9e642c Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Fri, 6 Nov 2020 10:33:37 +0100 Subject: [PATCH] fixed the right-bottom outset color from table in white.css --- css/white.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/white.css b/css/white.css index 7425965..2f34303 100644 --- a/css/white.css +++ b/css/white.css @@ -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; }