aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-20 14:32:53 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-20 14:32:53 +0100
commitbbeb451ac6750c526166db12080b1b6bc040c860 (patch)
treec74468da0b3059045e1e294bf17b062943b79079 /pydis_site/settings.py
parentUpdate Pipfile.lock and move home app tests (diff)
Address reviews
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r--pydis_site/settings.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index c4c8a535..a9fef6b7 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -277,12 +277,11 @@ CRISPY_TEMPLATE_PACK = "bulma"
# Custom settings for django-simple-bulma
BULMA_SETTINGS = {
"variables": {
+ "green": "#21c65c", # Accessibility: Better contrast with the light text
"primary": "#7289DA",
"link": "$primary",
- "green": "#21c65c", # Better contrast with the light text
-
- "dimensions": "16 24 32 48 64 96 128 256 512" # Image dimensions
+ "dimensions": "16 24 32 48 64 96 128 256 512" # Possible image dimensions
}
}