From db51ac9fc44225ca607088cfdf8a607948448bdf Mon Sep 17 00:00:00 2001 From: hedy Date: Fri, 5 Jan 2024 20:17:15 +0800 Subject: Remove obsolete comment regarding notification.css file --- pydis_site/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site/settings.py') 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 -- cgit v1.2.3