diff options
author | 2019-10-14 11:23:50 +0100 | |
---|---|---|
committer | 2019-10-14 11:23:50 +0100 | |
commit | 2055e0d54ca743557e6209e4b3e3f85e15c59fe2 (patch) | |
tree | bd6395916e48eafd71e6cf91536f9551f5025072 /pydis_site/settings.py | |
parent | Merge branch 'master' into #201-django-allauth (diff) |
Allauth: Address reviews by @lemonsaurus
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 21d6b427..9c88a056 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -295,16 +295,16 @@ CRISPY_TEMPLATE_PACK = "bulma" # Custom settings for django-simple-bulma BULMA_SETTINGS = { "variables": { # If you update these colours, please update the notification.css file - "primary": "#7289DA", # Discord blurple + "primary": "#7289DA", # Discord blurple - "orange": "#ffb39b", # Bulma default, but at a saturation of 100 - "yellow": "#ffea9b", # Bulma default, but at a saturation of 100 - "green": "#7fd19c", # Bulma default, but at a saturation of 100 + "orange": "#ffb39b", # Bulma default, but at a saturation of 100 + "yellow": "#ffea9b", # Bulma default, but at a saturation of 100 + "green": "#7fd19c", # Bulma default, but at a saturation of 100 "turquoise": "#7289DA", # Blurple, because Bulma uses this as the default primary - "cyan": "#91cbee", # Bulma default, but at a saturation of 100 - "blue": "#86a7dc", # Bulma default, but at a saturation of 100 - "purple": "#b86bff", # Bulma default, but at a saturation of 100 - "red": "#ffafc2", # Bulma default, but at a saturation of 80 + "cyan": "#91cbee", # Bulma default, but at a saturation of 100 + "blue": "#86a7dc", # Bulma default, but at a saturation of 100 + "purple": "#b86bff", # Bulma default, but at a saturation of 100 + "red": "#ffafc2", # Bulma default, but at a saturation of 80 "link": "$primary", |