mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
168 B
CSS
13 lines
168 B
CSS
.pass {
|
|
font-weight: bold;
|
|
color: green;
|
|
}
|
|
.fail {
|
|
font-weight: bold;
|
|
color: red;
|
|
}
|
|
#console {
|
|
white-space: pre-wrap;
|
|
font-family: monospace;
|
|
}
|