geethareddy commited on
Commit
40318f6
·
verified ·
1 Parent(s): fa5839b

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +4 -0
static/styles.css CHANGED
@@ -120,6 +120,10 @@ body {
120
  background-color: #f44336;
121
  }
122
 
 
 
 
 
123
  .option-button:hover {
124
  opacity: 0.9;
125
  }
 
120
  background-color: #f44336;
121
  }
122
 
123
+ .option-button.gray { /* Added style for "Both" button */
124
+ background-color: #9e9e9e;
125
+ }
126
+
127
  .option-button:hover {
128
  opacity: 0.9;
129
  }