diff options
Diffstat (limited to 'pydis_site')
-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 b5677029..aa16a08c 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -299,7 +299,7 @@ LOGGING = { # Custom settings for django-simple-bulma BULMA_SETTINGS = { - "variables": { # If you update these colours, please update the notification.css file + "variables": { "primary": "#7289DA", # Discord blurple "green": "#32ac66", # Colour picked after Discord discussion "turquoise": "#7289DA", # Blurple, because Bulma uses this regardless of `primary` above |