diff --git a/media/mogdb-logo.png b/media/mogdb-logo.png deleted file mode 100644 index d5f8a2b07b6bc109e9abb77c09a671a0f52cbeb8..0000000000000000000000000000000000000000 Binary files a/media/mogdb-logo.png and /dev/null differ diff --git a/src/styles/doc.scss b/src/styles/doc.scss index 7ae4ba52a3d7e88452dffb05eb4355852a6ecaea..1e3cd8163126e40c8ff08cd90f6b38d3eeaa5736 100644 --- a/src/styles/doc.scss +++ b/src/styles/doc.scss @@ -346,8 +346,8 @@ h1:hover .anchor svg, h2:hover .anchor svg, h3:hover .anchor svg, h4:hover .anch .markdown-body .gatsby-highlight { position: relative; & pre { - max-height: 350px; - overflow-y: hidden; + max-height: 500px; + overflow-y: auto; padding-right: 60px; } & pre.language-shell, & pre.language-bash { @@ -467,10 +467,13 @@ h1:hover .anchor svg, h2:hover .anchor svg, h3:hover .anchor svg, h4:hover .anch color: #6a737d; } -.markdown-body .language-text { +.markdown-body .language-text:not(pre) { background: transparent !important; color: #454CAC; } +.markdown-body pre.language-text .language-text { + color: #657b83; +} .markdown-body .pl-c1, .markdown-body .pl-s .pl-v {