diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css index ac5a4aedd9..7f15527f57 100644 --- a/client/src/components/layouts/global.css +++ b/client/src/components/layouts/global.css @@ -57,6 +57,10 @@ th { margin: 0 0 1.2rem; } +p { + line-height: 1.5rem; +} + .big-heading { font-size: 2.5rem !important; } diff --git a/client/src/components/layouts/prism.css b/client/src/components/layouts/prism.css index bb698efc91..91590f678f 100644 --- a/client/src/components/layouts/prism.css +++ b/client/src/components/layouts/prism.css @@ -1,3 +1,12 @@ code .token.operator { background: none; } + +:not(pre) > code[class*='language-'], +pre[class*='language-'] { + background: var(--primary-background); +} + +* { + text-shadow: none !important; +}