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 */ }