Improve unit test styling

This commit is contained in:
Nathan McCarty 2025-02-10 18:30:33 -05:00
parent dcc6799e6f
commit 9246e914fe
4 changed files with 12 additions and 6 deletions

View file

@ -85,9 +85,12 @@ blockquote {
background-color: var(--bg-2);
color: var(--fg-1);
}
.unit-test i {
.unit-test .bx-check-circle {
color: var(--green);
}
.unit-test .bx-info-circle {
color: var(--yellow);
}
/* Colorization for idris code blocks */
code {