diff --git a/app/static/css/dark-theme.css b/app/static/css/dark-theme.css
index 9ff7523e236cd6c4fd6550fce9b42176974fe331..152b5fed710247a22c424f7c819212bf0278b4c1 100644
--- a/app/static/css/dark-theme.css
+++ b/app/static/css/dark-theme.css
@@ -27,11 +27,15 @@
         color: #fff;
     }
     
-    
     select {
         color: #fff;
+        background: #111;
     }
 
+    option {
+        color: #fff;
+        background: #222;    
+    }
 
     textarea {
         border: 1px solid #444 !important;