diff --git a/attached_assets/image_1754682408640.png b/attached_assets/image_1754682408640.png new file mode 100644 index 0000000..80187bf Binary files /dev/null and b/attached_assets/image_1754682408640.png differ diff --git a/client/src/index.css b/client/src/index.css index a43495c..4a3c962 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -143,17 +143,17 @@ } } -/* Zagotovi vidnost besedila v input poljih - visoka prioriteta */ +/* Zagotovi vidnost besedila v input poljih - obrnjen kontrast */ input[type="text"], input[type="email"], input[type="password"], textarea, select { - background-color: white !important; - color: black !important; - border: 1px solid #d1d5db !important; + background-color: #1f2937 !important; + color: #f9fafb !important; + border: 1px solid #4b5563 !important; } .dark input[type="text"], .dark input[type="email"], .dark input[type="password"], .dark textarea, .dark select { - background-color: #374151 !important; - color: white !important; - border: 1px solid #6b7280 !important; + background-color: #1f2937 !important; + color: #f9fafb !important; + border: 1px solid #4b5563 !important; } /* Zagotovi vidnost placeholder besedila */ @@ -162,5 +162,5 @@ input::placeholder, textarea::placeholder { } .dark input::placeholder, .dark textarea::placeholder { - color: #d1d5db !important; + color: #9ca3af !important; }