From 3e14c7e09458638a27e7d0c6a57aec94915d642c Mon Sep 17 00:00:00 2001 From: z-eos Date: Thu, 5 Nov 2020 20:38:10 +0200 Subject: [PATCH] white css fix --- white.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/white.css b/white.css index fd0dd2c..a914cd7 100644 --- a/white.css +++ b/white.css @@ -29,10 +29,10 @@ body { table { background: #cccccc; // border: 1px black; - border-left: 1px outset #b2b2b2; - border-top: 1px outset #b2b2b2; - border-right: 1px outset #767676; - border-bottom: 1px outset #767676; + border-left: 1px outset #888888; + border-top: 1px outset #888888; + border-right: 1px outset #5a5a5a; + border-bottom: 1px outset #5a5a5a; border-spacing: 5px; }