ablation-bench / style.css
Talor Abramovich
ablation bench space fin
05c4cde
#ablation-mode label:has(input[value="AuthorAblation"]) {
color: #7a09b8 !important;
font-weight: 700;
}
#ablation-mode label:has(input[value="ReviewerAblation"]) {
color: #63c009 !important;
font-weight: 700;
}
#ablation-mode input[value="AuthorAblation"] + span,
#ablation-mode input[value="AuthorAblation"] ~ span {
color: #7a09b8 !important;
font-weight: 700;
}
#ablation-mode input[value="ReviewerAblation"] + span,
#ablation-mode input[value="ReviewerAblation"] ~ span {
color: #63c009 !important;
font-weight: 700;
}
.ablationbench {
background: linear-gradient(to right, #0C69DA,rgb(129, 176, 233));
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
font-weight: bold;
font-style: italic;
}
.authorablation {
background: linear-gradient(to right, rgb(196, 124, 235),rgb(196, 124, 235));
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
font-style: italic;
}
.reviewerablation {
background: linear-gradient(to right, #60BF00, #60BF00);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
font-style: italic;
}