utkucoban commited on
Commit
0b7b1a6
·
verified ·
1 Parent(s): 382be3d

Upload 4 files

Browse files
Files changed (1) hide show
  1. styles.css +5 -0
styles.css CHANGED
@@ -823,6 +823,11 @@ select:focus {
823
  border-color: var(--color-border-active);
824
  }
825
 
 
 
 
 
 
826
  /* Custom Pretty Select Dropdown styles */
827
  .custom-select-container {
828
  position: relative;
 
823
  border-color: var(--color-border-active);
824
  }
825
 
826
+ select option {
827
+ background-color: #111418;
828
+ color: #f1f3f5;
829
+ }
830
+
831
  /* Custom Pretty Select Dropdown styles */
832
  .custom-select-container {
833
  position: relative;