From aa968c9b86dd2cce1316e5f8a2271cfb97bd5da8 Mon Sep 17 00:00:00 2001 From: superfilar Date: Fri, 5 Jan 2024 21:42:28 +0100 Subject: [PATCH] update darkMode style font color form sing in --- src/style/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/style/css/style.css b/src/style/css/style.css index 601948f..c748e14 100644 --- a/src/style/css/style.css +++ b/src/style/css/style.css @@ -384,6 +384,7 @@ width: 0; height: 0; } + input:checked + .slider:before { -webkit-transform: translateX(20px); -ms-transform: translateX(20px); @@ -969,7 +970,8 @@ svg.logo-icon { .book-title, .book-plot, .book-message, - .logo-header { + .logo-header, + .inputs { color: #ffffff; transition: color 0.3s ease-in; }