ChenyuRabbitLove commited on
Commit
4300454
1 Parent(s): 820792a

bugfix: fix minor bugs

Browse files
Files changed (1) hide show
  1. css/style.css +2 -2
css/style.css CHANGED
@@ -347,9 +347,9 @@ input[type="range"]::-ms-track {
347
  }
348
 
349
  .selected {
350
- color: #eb6584 !important;
351
  background: #f3b868 !important;
352
- border: 2px solid #eb6584 !important;
353
  border-radius: 8px !important;
354
  margin: 5px;
355
  }
 
347
  }
348
 
349
  .selected {
350
+ color: #fff !important;
351
  background: #f3b868 !important;
352
+ border: 4px solid #eb6584 !important;
353
  border-radius: 8px !important;
354
  margin: 5px;
355
  }