diff options
| author | 2019-10-22 23:19:57 +0100 | |
|---|---|---|
| committer | 2019-10-22 23:19:57 +0100 | |
| commit | aa546d5e296d92a5535b494c812161250b29e972 (patch) | |
| tree | 0d539a8d665af9254bb977bf2c0723f3ffc74733 | |
| parent | Full test coverage, better redirect testing (diff) | |
New colours, as discussed on Discord
| -rw-r--r-- | pydis_site/settings.py | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 0d893b2c..cb6ea3d4 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -303,14 +303,14 @@ BULMA_SETTINGS = {      "variables": {  # If you update these colours, please update the notification.css file          "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": "",          # Apparently an unused colour +        # "yellow": "",          # The default yellow looks pretty good +        "green": "#32ac66",      # Colour picked after Discord discussion          "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 +        "blue": "#2482c1",       # Colour picked after Discord discussion +        "cyan": "#2482c1",       # Colour picked after Discord discussion (matches the blue) +        # "purple": "",          # Apparently an unused colour +        "red": "#d63852",        # Colour picked after Discord discussion          "link": "$primary", | 
