aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-01-18 18:57:14 +0800
committerGravatar hedy <[email protected]>2024-01-18 18:57:14 +0800
commitbd4da69d2efc01712f74240d435cd0707a1a2c81 (patch)
tree355783ce41413492bbc4dae17660b96d9e6c516f /pydis_site/settings.py
parentDark: Better contrast for dark switch (diff)
Dark: Better shadows
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r--pydis_site/settings.py2
1 files changed, 1 insertions, 1 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",