Unit test styling
This commit is contained in:
parent
448908c18e
commit
e4e0349a32
3 changed files with 38 additions and 0 deletions
|
@ -78,6 +78,16 @@ a:visited {
|
|||
blockquote {
|
||||
background-color: var(--bg-1);
|
||||
}
|
||||
.unit-test {
|
||||
background-color: var(--bg-1);
|
||||
}
|
||||
.unit-test > span {
|
||||
background-color: var(--bg-2);
|
||||
color: var(--fg-1);
|
||||
}
|
||||
.unit-test i {
|
||||
color: var(--green);
|
||||
}
|
||||
|
||||
/* Colorization for idris code blocks */
|
||||
code {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue