aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-01-18 12:20:35 +0800
committerGravatar hedy <[email protected]>2024-01-18 12:20:35 +0800
commit6964fbe73a986d999439e861b00cd0225cccec6d (patch)
tree718c70dfc0d7095610c6c781bdde8f9564ecc28f /pydis_site/settings.py
parentDark: Possibly fix FOUC during theme switch (diff)
Dark: Use original light theme colors everywhere
Adjusted box-shadow for dark mode to be more readable, unfortunately this gave it a little neomorphism effect...
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 3c4bbdb8..51ec8e27 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.1), 0 0px 0 1px rgba(10, 10, 10, 0.02)",
+ "shadow": "0 0.5em 1em -0.125em rgba(10, 10, 10, 0.3), 0 0px 0 1px rgba(153, 153, 153, 0.2)",
"border": "#4E4F51",
"border-light": "#313233",