parent
2cd2015e36
commit
b5bad0cc23
|
@ -286,5 +286,5 @@ $composer-shadow-color: rgba(0, 0, 0, 0.28);
|
||||||
|
|
||||||
// highlight.js overrides
|
// highlight.js overrides
|
||||||
.hljs-tag {
|
.hljs-tag {
|
||||||
color: inherit;
|
color: inherit; // Without this they'd be weirdly blue which doesn't match the theme
|
||||||
}
|
}
|
||||||
|
|
|
@ -281,5 +281,5 @@ $composer-shadow-color: tranparent;
|
||||||
|
|
||||||
// highlight.js overrides:
|
// highlight.js overrides:
|
||||||
.hljs-tag {
|
.hljs-tag {
|
||||||
color: inherit;
|
color: inherit; // Without this they'd be weirdly blue which doesn't match the theme
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue