From a258ba1675fc1ac989b7d75efa52ccbaaf14bb57 Mon Sep 17 00:00:00 2001 From: hedy Date: Thu, 14 Dec 2023 20:55:43 +0800 Subject: Dark: Fix most colors on timeline A LOT of colors are still hardcoded in the CSS --- pydis_site/static/css/home/timeline.css | 7 ------- 1 file changed, 7 deletions(-) (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 f9963d00..2fd2357e 100644 --- a/pydis_site/static/css/home/timeline.css +++ b/pydis_site/static/css/home/timeline.css @@ -3547,8 +3547,6 @@ mark { position: relative; margin-left: 1.25em; margin-left: var(--space-md); - background: hsl(0, 0%, 100%); - background: var(--color-white); border-radius: 0.25em; border-radius: var(--radius-md); padding: 1.25em; @@ -3598,11 +3596,6 @@ mark { } } -.cd-timeline__date { - color: hsla(207, 10%, 55%, 0.7); - color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.7) -} - @media (min-width: 64rem) { .cd-timeline__date { position: absolute; -- cgit v1.2.3