Fix text color for lists in solution block

Relates to MS-912
This commit is contained in:
Ramon Wenger 2024-04-11 12:27:19 +02:00
parent 2626c928b1
commit b7f7799590
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ export default {
> li {
list-style: disc outside none;
color: $color-silver-dark;
}
}
}