From 664af50351ead6df2bd3061845b0a73e768f2165 Mon Sep 17 00:00:00 2001 From: hedy Date: Thu, 18 Jan 2024 13:44:57 +0800 Subject: Dark: Theme switch with better contrast on mobile --- pydis_site/static/css/base/themes.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pydis_site') diff --git a/pydis_site/static/css/base/themes.css b/pydis_site/static/css/base/themes.css index ab0c8b6b..73ba22f2 100644 --- a/pydis_site/static/css/base/themes.css +++ b/pydis_site/static/css/base/themes.css @@ -38,7 +38,7 @@ } .knob.light { - background-color: #364c94; + background-color: white; margin: 7% auto auto 56%; } @@ -50,7 +50,8 @@ .theme-icon.light { left: 10%; - top: 15% + top: 15%; + color: white; } .theme-icon.dark { -- cgit v1.2.3