diff options
author | 2024-03-19 16:59:38 +0800 | |
---|---|---|
committer | 2024-03-19 16:59:38 +0800 | |
commit | ab51aa627f800dcdb7a6def5438b473b61fae996 (patch) | |
tree | dc2c1fd61587f9f6a6b6e2edf0763b985de976ed /pydis_site/static | |
parent | Timeline: Use Bulma has-background-primary class for PyDis logo (diff) |
Timeline: Use an accentuated grey border for icons
The grey was there as a placeholder before this.
Diffstat (limited to 'pydis_site/static')
-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 cfdc6012..514d6906 100644 --- a/pydis_site/static/css/home/timeline.css +++ b/pydis_site/static/css/home/timeline.css @@ -9,7 +9,7 @@ [data-theme="dark"] { --background-color: #2C2F33; --accent: hsl(0, 0%, 34%); - --icon-border-color: grey; + --icon-border-color: hsl(0, 0%, 50%); --content-background-color: #23272A; } |