explanationList

This commit is contained in:
matic_t
2020-08-10 08:38:08 -07:00
parent 752ec44d43
commit ec811028ab
8 changed files with 50 additions and 30 deletions

View File

@@ -169,11 +169,14 @@
.explanations:not(:empty) {
font-style: italic;
&:before {
content: '[';
}
&:after {
content: ']';
&:not(.solo) {
&:before {
content: '[';
}
&:after {
content: ']';
}
}
}