diff options
author | 2020-10-12 01:44:45 +0100 | |
---|---|---|
committer | 2020-10-12 01:44:45 +0100 | |
commit | d309d8e2218fa0ca60c68f0a5e757b36cc44f889 (patch) | |
tree | edb5ad3502f9e25f0eac1dfde5ad5a0abc3f9848 /pydis_site/static | |
parent | Use logo with text for new logo timeline itemm (diff) |
Use different colours for each category
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/home/timeline.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/pydis_site/static/css/home/timeline.css b/pydis_site/static/css/home/timeline.css index 11080766..62b4834f 100644 --- a/pydis_site/static/css/home/timeline.css +++ b/pydis_site/static/css/home/timeline.css @@ -29,6 +29,38 @@ button, input, textarea, select { margin: 0 } +.pastel-red { + background-color: #FF7878 !important; +} + +.pastel-orange { + background-color: #FFBF76 !important; +} + +.pastel-green { + background-color: #8bd6a7 !important; +} + +.pastel-blue { + background-color: #8edbec !important; +} + +.pastel-purple { + background-color: #CBB1FF !important; +} + +.pastel-pink { + background-color: #F6ACFF !important; +} + +.pastel-lime { + background-color: #c7f835 !important; +} + +.pastel-dark-blue { + background-color: #6982FF !important; +} + .video-container { position: relative; width: 100%; |