Improve unit test styling
This commit is contained in:
parent
dcc6799e6f
commit
9246e914fe
4 changed files with 12 additions and 6 deletions
|
@ -40,7 +40,7 @@ pre {
|
|||
border-radius: 0.55rem / 0.5rem;
|
||||
}
|
||||
.unit-test > pre {
|
||||
width: auto;
|
||||
width: 100%;
|
||||
}
|
||||
.unit-test i {
|
||||
font-size: 1.5rem;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue