Change text color of solution block

Resolves MS-912 and MS-913 #complete
This commit is contained in:
Ramon Wenger 2024-04-03 11:38:51 +02:00
parent 686ed773a5
commit b9ed344dd1
1 changed files with 0 additions and 3 deletions

View File

@ -73,7 +73,6 @@ export default {
&__toggle {
font-family: $sans-serif-font-family;
color: $color-silver-dark;
font-size: toRem(15px);
/*margin-bottom: 15px;*/
display: block;
@ -83,11 +82,9 @@ export default {
&__text {
font-size: toRem(18px);
color: $color-silver-dark;
:deep(p) {
font-size: toRem(18px);
color: $color-silver-dark;
}
:deep(ul) {