mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
22 lines
248 B
CSS
22 lines
248 B
CSS
/* Override default style */
|
|
output {
|
|
color: black;
|
|
}
|
|
|
|
output.notinvalid {
|
|
color: green;
|
|
}
|
|
output.notinvalid:invalid {
|
|
color: red;
|
|
}
|
|
|
|
output.invalid {
|
|
color: red;
|
|
}
|
|
output.invalid:invalid {
|
|
color: green;
|
|
}
|
|
|
|
output.ref {
|
|
color: green;
|
|
}
|