diff options
author | 2022-02-09 00:33:38 +0000 | |
---|---|---|
committer | 2022-02-09 00:33:38 +0000 | |
commit | ed037b21d35ad94c936fe11d8c602b84c0d9525f (patch) | |
tree | 9e9d83f7adcfdab28344c1e109fdfe11e247d0b0 /pydis_site/settings.py | |
parent | Remove clashing css (diff) |
Update colour variables
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 2b4b5ba2..d4e5a4a8 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -269,15 +269,21 @@ BULMA_SETTINGS = { "tooltip-max-width": "30rem", }, "dark_variables": { - "primary": "#7289DA", # Top bar, Hyperlinks, "Check it out" Button, Resources page bar + "primary": "#7289DA", - "white": "#202225", - "white-bis": "#2F3136", + "white": "#2C2F33", + "white-bis": "#23272A ", "white-ter": "#36393F", + "light": "$white", - "text": "#F4F4F4", # Most Text - "text-light": "#F7F7F7", # Small headings like Table of Contents on pages - "text-strong": "#FEFEFE", # Big Title Text + "black": "#F7F7F7", + "black-bis": "#F2F2F2", + "black-ter": "#E6E6E6", + "dark": "$black", + + "text": "#F4F4F4", + "text-light": "#F7F7F7", + "text-strong": "#FEFEFE", "link": "$primary", |