From b437c261512c0753c738457804e4d4ac5f4bd8c9 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 6 Oct 2019 14:26:43 +0100 Subject: Message styling (default to light for now) --- pydis_site/settings.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pydis_site/settings.py') 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 } } -- cgit v1.2.3