Display the results in white

This commit is contained in:
buzz-lightsnack-2007 2024-05-10 23:40:49 +08:00
parent b5ac5a7f7a
commit 2c72586785

View file

@ -8,6 +8,10 @@
background-color: #ffF;
}
[result] {
color: white;
}
[result="bad"] {
background: var(--color-results_bad_gradient);
}