mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 09:23:07 +09:00
22 lines
236 B
CSS
22 lines
236 B
CSS
/* Override default style */
|
|
output {
|
|
color: black;
|
|
}
|
|
|
|
output.notvalid {
|
|
color: green;
|
|
}
|
|
output.notvalid:valid {
|
|
color: red;
|
|
}
|
|
|
|
output.valid {
|
|
color: red;
|
|
}
|
|
output.valid:valid {
|
|
color: green;
|
|
}
|
|
|
|
output.ref {
|
|
color: green;
|
|
}
|