diff options
author | 2020-10-12 01:49:15 +0100 | |
---|---|---|
committer | 2020-10-12 01:49:15 +0100 | |
commit | e1cd1214ac54473634707fb558a889f89a917501 (patch) | |
tree | 1f33146aa267e23797987f7f6fdc75b3c991ad4f /pydis_site | |
parent | Add Ves joining timeline itemm (diff) |
Make dark blue darker to separate from blurple
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/static/css/home/timeline.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/static/css/home/timeline.css b/pydis_site/static/css/home/timeline.css index 13a6e0ca..e7e0b264 100644 --- a/pydis_site/static/css/home/timeline.css +++ b/pydis_site/static/css/home/timeline.css @@ -58,7 +58,7 @@ button, input, textarea, select { } .pastel-dark-blue { - background-color: #6982FF !important; + background-color: #576297 !important; } .video-container { |