diff options
author | 2024-01-18 18:57:14 +0800 | |
---|---|---|
committer | 2024-01-18 18:57:14 +0800 | |
commit | bd4da69d2efc01712f74240d435cd0707a1a2c81 (patch) | |
tree | 355783ce41413492bbc4dae17660b96d9e6c516f /pydis_site/static/css/home/index.css | |
parent | Dark: Better contrast for dark switch (diff) |
Dark: Better shadows
Diffstat (limited to 'pydis_site/static/css/home/index.css')
-rw-r--r-- | pydis_site/static/css/home/index.css | 6 |
1 files changed, 1 insertions, 5 deletions
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 { |