From 815394f9d9e856cfb48b7d7c3e040c6a9872781b Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Wed, 18 Nov 2020 10:14:18 +0100 Subject: [PATCH] some improvements in the 3D effect of the main page --- css/black.css | 8 ++++---- css/white.css | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/css/black.css b/css/black.css index bf1c670..d0b839f 100644 --- a/css/black.css +++ b/css/black.css @@ -13,10 +13,10 @@ body { table { background: #888888; border: 1px black; - border-left: 1px outset #888888; - border-top: 1px outset #888888; - border-right: 1px outset black; - border-bottom: 1px outset black; + border-left: 1px outset #b2b2b2; + border-top: 1px outset #b2b2b2; + border-right: 1px outset #7a7a7a; + border-bottom: 1px outset #7a7a7a; border-spacing: 5px; } diff --git a/css/white.css b/css/white.css index 0c7aee5..0519271 100644 --- a/css/white.css +++ b/css/white.css @@ -12,10 +12,10 @@ body { table { background: #cccccc; - border-left: 1px outset #888888; - border-top: 1px outset #888888; - border-right: 1px outset #7a7a7a; - border-bottom: 1px outset #7a7a7a; + border-left: 1px outset #b2b2b2; + border-top: 1px outset #b2b2b2; + border-right: 1px outset #5b5b5b; + border-bottom: 1px outset #5b5b5b; border-spacing: 5px; }