aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r--pydis_site/settings.py16
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",