diff --git a/themes/DeepThought/sass/deep-thought.sass b/themes/DeepThought/sass/deep-thought.sass index a270f7b..642758c 100644 --- a/themes/DeepThought/sass/deep-thought.sass +++ b/themes/DeepThought/sass/deep-thought.sass @@ -511,6 +511,12 @@ $footer-padding: 1.0rem 2.5rem html scroll-behavior: smooth +body + font-family: $family-sans-serif + display: flex + flex-direction: column + min-height: 100vh + body[theme="dark"] filter: invert(1) hue-rotate(180deg) @@ -534,6 +540,10 @@ pre[theme="dark"] height: auto max-height:90vh +p + font-size: 17px + color: #373737 !important + h1 text-align: center !important @@ -557,9 +567,3 @@ a code color: #AE3B8B -body - font-family: $family-sans-serif - font-size: 1.2em - display: flex - flex-direction: column - min-height: 100vh