From ab51aa627f800dcdb7a6def5438b473b61fae996 Mon Sep 17 00:00:00 2001 From: hedy Date: Tue, 19 Mar 2024 16:59:38 +0800 Subject: Timeline: Use an accentuated grey border for icons The grey was there as a placeholder before this. --- pydis_site/static/css/home/timeline.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site/static/css') 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; } -- cgit v1.2.3