diff options
author | 2024-01-18 12:44:24 +0800 | |
---|---|---|
committer | 2024-01-18 12:44:24 +0800 | |
commit | 6dd6f6342b02e3e2106b7661cf95d351275f0790 (patch) | |
tree | 20411f785f335500de03eecd0614a03bc78abc88 /pydis_site/settings.py | |
parent | Dark: Use our own panda3d logo with light background (diff) |
Dark: More subtle collapsible and box-shadow borders
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 51ec8e27..27d00754 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(153, 153, 153, 0.2)", + "shadow": "0 0.5em 1em -0.125em rgba(10, 10, 10, 0.3), 0 0px 0 1px rgba(82, 82, 82, 0.2)", "border": "#4E4F51", "border-light": "#313233", |