Commit 79005ae5 authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): marketing points colours in dark mode

1 merge request!676CR Product Pages
Pipeline #106378884 running with stages
......@@ -79,6 +79,9 @@
@include m-theme() {
color: themed($m-grey-300);
}
@include m-on-theme(dark) {
color: #b7b7b7;
}
}
}
......
Please register or to comment