aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-01-18 13:44:57 +0800
committerGravatar hedy <[email protected]>2024-01-18 13:44:57 +0800
commit664af50351ead6df2bd3061845b0a73e768f2165 (patch)
tree1cc3f13e7c2c11482f7032a93309d269060e1ad7 /pydis_site
parentOptimistic fix for FOUC on initial site load (diff)
Dark: Theme switch with better contrast on mobile
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/static/css/base/themes.css5
1 files changed, 3 insertions, 2 deletions
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 {