Update assets/css/custom_style.css
Browse files
assets/css/custom_style.css
CHANGED
@@ -8,11 +8,11 @@ header h2 { margin-top: .83em; }
|
|
8 |
|
9 |
.jailbreak-intro-sec { width: 80%; margin: 1em auto; }
|
10 |
|
11 |
-
#
|
12 |
|
13 |
-
#
|
14 |
|
15 |
-
#
|
16 |
|
17 |
#calibration-demo .radio-group { margin-right: 5px; }
|
18 |
|
@@ -22,7 +22,7 @@ input[type='radio'] { visibility: hidden; display: none; }
|
|
22 |
|
23 |
#calibration-demo .radio-group .options:checked ~ .option-label { color: #FFF; background: #777; }
|
24 |
|
25 |
-
#
|
26 |
|
27 |
#calibration-demo #toolbox .options:checked ~ .calibrate-tool { color: #FFF; background: #555; }
|
28 |
|
|
|
8 |
|
9 |
.jailbreak-intro-sec { width: 80%; margin: 1em auto; }
|
10 |
|
11 |
+
#refusal-loss-formula .formula { text-align: center; }
|
12 |
|
13 |
+
#refusal-loss-formula .formula-list { width: fit-content; margin: 0 auto; }
|
14 |
|
15 |
+
#refusal-loss-formula .formula-list a { display: inline-block; width: 100px; margin: 0 20px; 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; }
|
16 |
|
17 |
#calibration-demo .radio-group { margin-right: 5px; }
|
18 |
|
|
|
22 |
|
23 |
#calibration-demo .radio-group .options:checked ~ .option-label { color: #FFF; background: #777; }
|
24 |
|
25 |
+
#refusal-loss-formula .formula-list a:hover, #calibration-demo #toolbox .calibrate-tool:hover { background: #555; color: #FFF; }
|
26 |
|
27 |
#calibration-demo #toolbox .options:checked ~ .calibrate-tool { color: #FFF; background: #555; }
|
28 |
|