diff options
| author | 2019-10-06 14:26:43 +0100 | |
|---|---|---|
| committer | 2019-10-06 14:26:43 +0100 | |
| commit | b437c261512c0753c738457804e4d4ac5f4bd8c9 (patch) | |
| tree | f19a0fb63fd3f5022c4062fb8047139b9a8072c9 /pydis_site/settings.py | |
| parent | Move messages to the top right (diff) | |
Message styling (default to light for now)
Diffstat (limited to '')
| -rw-r--r-- | pydis_site/settings.py | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/pydis_site/settings.py b/pydis_site/settings.py index cc741117..93867101 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -295,7 +295,7 @@ CRISPY_TEMPLATE_PACK = "bulma"  # Custom settings for django-simple-bulma  BULMA_SETTINGS = { -    "variables": { +    "variables": {  # If you update these colours, please update the notification.css file          "green": "#21c65c",  # Accessibility: Better contrast with the light text          "primary": "#7289DA",          "link": "$primary", @@ -303,6 +303,8 @@ BULMA_SETTINGS = {          "dimensions": "16 24 32 48 64 96 128 256 512",  # Possible image dimensions          "navbar-height": "4.75rem",          "footer-padding": "1rem 1.5rem 1rem", + +        "notification-background-color": "#33353C",  # Discord embed background colour      }  } | 
