From 6d980d1b3f47c693fca17735878eeec3bc2429f6 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Sat, 3 Dec 2022 23:12:00 +0000 Subject: [PATCH] Fix toggle slider in dark mode. --- bemani/frontend/static/themes/dark/site.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bemani/frontend/static/themes/dark/site.css b/bemani/frontend/static/themes/dark/site.css index 4e1f662..30b4c0f 100644 --- a/bemani/frontend/static/themes/dark/site.css +++ b/bemani/frontend/static/themes/dark/site.css @@ -7,7 +7,7 @@ body { } a { - color: #878889; + color: #80addb;; } div.messages { @@ -290,13 +290,13 @@ div.slider { } div.slider.on { - background: #6eb9f7; - border: 1px solid #3da2f5; + background: #1f649b; + border: 1px solid #2577b9; } div.slider.off { - background: #cccccc; - border: 1px solid #a0a0a0; + background: #242526; + border: 1px solid #535353; } div.slider span.label {