From 7edea7c0155c292d9ff4809a717b60239b51369c Mon Sep 17 00:00:00 2001 From: the-codeboy <71213855+the-codeboy@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:02:24 +0200 Subject: [PATCH] Change button color in dark mode --- static/index.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/index.html b/static/index.html index c0c588e..4b41135 100644 --- a/static/index.html +++ b/static/index.html @@ -39,12 +39,6 @@ color: #f5f5f5; /* Set dark text color */ } - - body.dark-mode .btn-download { - background-color: #333; /* Set dark button background color */ - color: #f5f5f5; /* Set dark button text color */ - } - body.dark-mode .logo { border: 2px solid #f5f5f5; /* Set dark logo border color */ }