<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.running {
    font-weight: bold;
}

.passed {
    color: #006100;
    background-color: #c6efce;
}

.failed {
    color: #9c0006;
    background-color: #ffc7ce;
}

.todo, .skip {
    color: #9c6500;
    background-color: #ffeb9c;
}
#summary {
    font-weight: bold;
    padding: 20px 50px;
}
.hidePassed ~ ul&gt;li.passed,
.hidePassed&gt;ul&gt;li.passed {display: none;}
.module{
    cursor: pointer;
}
.module::marker {
    content: "â–¼ ";//â®Ÿ
}
.module.hidePassed::marker {
    content: "â–¶ ";//âž¤
}
li:has(&gt;.module)::marker {
    content: "â–¼ ";//â®Ÿ
}
li:has(&gt;.module.hidePassed)::marker {
    content: "â–¶ ";//âž¤
}
</pre></body></html>