Style text in lists in solutions correctly
This commit is contained in:
parent
c58e33b1e9
commit
bb244d1f17
|
|
@ -72,6 +72,7 @@
|
|||
padding-left: $medium-spacing;
|
||||
> li {
|
||||
list-style: disc outside none;
|
||||
color: $color-silver-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue