diff --git a/background-dark.jpg b/background-dark.jpg new file mode 100644 index 0000000..bc37608 Binary files /dev/null and b/background-dark.jpg differ diff --git a/index.php b/index.php index a9e02b6..db09a20 100644 --- a/index.php +++ b/index.php @@ -89,6 +89,21 @@ header('Content-Type: text/html; charset=utf-8'); border-radius: 4px; transition: background-color 0.3s ease, color 0.3s ease; } + .dark-theme { + background: url('background-dark.jpg') no-repeat center center fixed !important; + background-size: cover !important; + color: #e0e0e0 !important; + } + .dark-theme .container { + background-color: rgba(50, 50, 50, 0.9) !important; + } + .dark-theme .theme-toggle { + background: #e0e0e0 !important; + color: #333 !important; + } + .dark-theme label { + color: #e0e0e0 !important; + } @@ -177,16 +192,20 @@ header('Content-Type: text/html; charset=utf-8'); \ No newline at end of file