We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9a24b3 + 304c303 commit 1e23626Copy full SHA for 1e23626
_sass/messages.scss
@@ -12,11 +12,27 @@ $error: #BF433A;
12
background: transparentize($info, 0.8);
13
border-color: $info;
14
color: $info;
15
+
16
+ p {
17
+ // Prevent our custom styles being overwritten if a div
18
+ // has markdownenabled="1"
19
+ color: $info;
20
+ margin: 0;
21
+ font-size: 1rem;
22
+ }
23
}
24
25
.warning {
26
@extend %message;
27
background: transparentize($error, 0.8);
28
border-color: $error;
29
color: $error;
30
31
32
33
34
+ color: $error;
35
36
37
38
0 commit comments