mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Fix favicon
This commit is contained in:
parent
fb07960b99
commit
b216155972
@ -8,7 +8,7 @@ exports.wrapPageElement = ({ element, props }) => {
|
||||
exports.onRenderBody = ({ setPostBodyComponents, setHeadComponents }) => {
|
||||
// Rules that cannot be touched by purgecss because they come in from client side rendering
|
||||
setHeadComponents([
|
||||
<style type="text/css" dangerouslySetInnerHTML={{
|
||||
<style key='prism-css' type="text/css" dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
:not(pre) > code[class*="language-"] {
|
||||
background: #f5f6f8;
|
||||
|
Loading…
x
Reference in New Issue
Block a user