Skip to content
Snippets Groups Projects
Commit 57005e8b authored by Mark Harding's avatar Mark Harding
Browse files

Merge branch 'fix/wrong-blog-colors-f2188' into 'master'

(fix): Fix forced blog modal colors

Closes #2188

See merge request !626
parents fac12045 9c3fe519
No related branches found
No related tags found
Loading
......@@ -105,7 +105,7 @@ m-overlay-modal {
text-align: left;
@include m-theme() {
color: themed($m-white-always);
color: themed($m-black);
}
h1.m-blog--title {
......@@ -124,7 +124,7 @@ m-overlay-modal {
p {
@include m-theme() {
color: themed($m-white-always);
color: themed($m-black);
}
}
......@@ -140,7 +140,7 @@ m-overlay-modal {
.m-blog--image--caption {
@include m-theme() {
color: themed($m-white-always);
color: themed($m-black);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment