From 60f2bbcafd1cd19df2a6bd77eef00c44f9ba1e9d Mon Sep 17 00:00:00 2001 From: hedy Date: Tue, 19 Mar 2024 16:58:15 +0800 Subject: Timeline: Use Bulma has-background-primary class for PyDis logo --- pydis_site/static/css/home/timeline.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pydis_site/static') diff --git a/pydis_site/static/css/home/timeline.css b/pydis_site/static/css/home/timeline.css index 48e0de11..cfdc6012 100644 --- a/pydis_site/static/css/home/timeline.css +++ b/pydis_site/static/css/home/timeline.css @@ -151,18 +151,13 @@ [data-theme="dark"] .pastel-lime { background-color: #7c9a21 !important; } - .pastel-dark-blue { background-color: #576297 !important; } .pydis-logo-banner { - background-color: #7289da !important; border-radius: 10px; } -[data-theme="dark"] .pydis-logo-banner { - background-color: #3B4774 !important; -} .pydis-logo-banner img { padding-right: 20px; } -- cgit v1.2.3