From bd4da69d2efc01712f74240d435cd0707a1a2c81 Mon Sep 17 00:00:00 2001 From: hedy Date: Thu, 18 Jan 2024 18:57:14 +0800 Subject: Dark: Better shadows --- pydis_site/static/css/home/index.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'pydis_site/static/css') diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index 29111c32..c3975799 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -111,10 +111,6 @@ h1 { margin: 0 1em; } -[data-theme="dark"] #showcase .box { - box-shadow: 0 0.5em 1em -0.125em rgb(0 0 0 / 30%), 0 0px 0 1px rgb(10 10 10 / 5%); -} - #showcase .mini-timeline { height: 3px; position: relative; @@ -170,7 +166,7 @@ h1 { } [data-theme="dark"] #projects .card:hover { - box-shadow: 0 1px 3px rgb(10 10 10 / 65%), 0 1px 2px rgb(10 10 10 / 85%); + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7); } #projects .card-header { -- cgit v1.2.3