aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/settings.py2
-rw-r--r--pydis_site/static/css/home/index.css6
2 files changed, 2 insertions, 6 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index 27d00754..3959395a 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -351,7 +351,7 @@ BULMA_SETTINGS = {
"code-background": "#464951", # A graduation lighter than the default for light theme
# Same as bulma, adjusted for dark mode
- "shadow": "0 0.5em 1em -0.125em rgba(10, 10, 10, 0.3), 0 0px 0 1px rgba(82, 82, 82, 0.2)",
+ "shadow": "0 0.5em 1em -0.125em rgba(0, 0, 0, 0.3), 0 0px 0 1px rgba(0, 0, 0, 0.13)",
"border": "#4E4F51",
"border-light": "#313233",
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 {