|
@@ -255,6 +255,11 @@ figcaption.numbered {
|
|
counter-increment: captions;
|
|
counter-increment: captions;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// Dynamically theme SVGs
|
|
|
|
+svg {
|
|
|
|
+ fill: currentColor;
|
|
|
|
+}
|
|
|
|
+
|
|
pre,
|
|
pre,
|
|
code {
|
|
code {
|
|
font-family: $sta-font-mono, monospace;
|
|
font-family: $sta-font-mono, monospace;
|
|
@@ -302,9 +307,10 @@ blockquote p:last-child {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.markup-quote {
|
|
|
|
- background-color: transparent;
|
|
|
|
- background-image: linear-gradient(to bottom, rgba(233, 231, 245, 1), rgba(233, 231, 245, 1));
|
|
|
|
|
|
+mark,
|
|
|
|
+.mark {
|
|
|
|
+ // Inherit color for dynamic light/dark compatibility.
|
|
|
|
+ color: inherit;
|
|
}
|
|
}
|
|
|
|
|
|
.space-below {
|
|
.space-below {
|