From 1578e11008fbcd2d5de4514e214ffc36975166e0 Mon Sep 17 00:00:00 2001 From: hedy Date: Fri, 5 Jan 2024 21:38:09 +0800 Subject: Dark: Fix all link hover colors (hopefully) everywhere --- pydis_site/static/css/home/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pydis_site/static/css') diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index b9d829f6..64356a36 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -191,12 +191,12 @@ h1 { } #projects .card:hover .card-header-title { + /* Bulma link-hover setting */ color: #363636; } [data-theme="dark"] #projects .card:hover .card-header-title { - /* The light blurple theme color, consistent hover behaviour with other - * parts of the site. */ + /* Bulma link-hover setting */ color: #CAD6FF; } -- cgit v1.2.3