gregH commited on
Commit
89dec80
·
verified ·
1 Parent(s): 6799636

Update assets/css/custom_style.css

Browse files
Files changed (1) hide show
  1. assets/css/custom_style.css +3 -3
assets/css/custom_style.css CHANGED
@@ -22,11 +22,11 @@ input[type='radio'] { visibility: hidden; display: none; }
22
 
23
  #jailbreak-demo .radio-group .options:checked ~ .option-label { color: #FFF; background: #777; }
24
 
25
- #refusal-loss-formula .formula-list a:hover, #jailbreak-demo #toolbox .calibrate-tool:hover { background: #555; color: #FFF; }
26
 
27
- #jailbreak-demo #toolbox .options:checked ~ .calibrate-tool { color: #FFF; background: #555; }
28
 
29
- #jailbreak-demo #toolbox .calibrate-tool { display: inline-block; width: 60%; margin: 2% auto 8%; padding: 8px 10px; text-align: center; background: #DDD; cursor: pointer; text-decoration: none; color: #333; border-radius: 10px; user-select: none; transition-duration: 0.3s; }
30
 
31
  #jailbreak-demo .legend { text-align: center; width: 70%; margin: 0 auto; }
32
 
 
22
 
23
  #jailbreak-demo .radio-group .options:checked ~ .option-label { color: #FFF; background: #777; }
24
 
25
+ #refusal-loss-formula .formula-list a:hover, #jailbreak-demo #defense-methods .calibrate-tool:hover { background: #555; color: #FFF; }
26
 
27
+ #jailbreak-demo #defense-methods .options:checked ~ .calibrate-tool { color: #FFF; background: #555; }
28
 
29
+ #jailbreak-demo #defense-methods .calibrate-tool { display: inline-block; width: 60%; margin: 2% auto 8%; padding: 8px 10px; text-align: center; background: #DDD; cursor: pointer; text-decoration: none; color: #333; border-radius: 10px; user-select: none; transition-duration: 0.3s; }
30
 
31
  #jailbreak-demo .legend { text-align: center; width: 70%; margin: 0 auto; }
32