diff options
author | 2024-01-05 20:17:15 +0800 | |
---|---|---|
committer | 2024-01-05 20:17:15 +0800 | |
commit | db51ac9fc44225ca607088cfdf8a607948448bdf (patch) | |
tree | 4b3edf5ee63e05b0912a68406c19dff9ac2e758a /pydis_site/settings.py | |
parent | Dark: Inline selectors for the hero bottom wave (diff) |
Remove obsolete comment regarding notification.css file
Diffstat (limited to 'pydis_site/settings.py')
-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 |