From aa82067d310beb29f21139d768c6141c69334aa4 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 16 Aug 2023 16:53:17 -0500 Subject: [PATCH] move overrides to top of custom.css --- static/css/custom.css | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index 74f0ea3..eaf156b 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,3 +1,18 @@ +/* override page max-width */ +.page { + max-width: 72rem; +} + + +/* logo tweaks */ +.page__logo { + color: var(--off-fg); +} + +.page__logo-inner { + opacity: 0.80; +} + /* Notice CSS Built on hugo-notice by Nicolas Martignoni: https://github.com/martignoni/hugo-notice */ .notice { --root-color: #444; @@ -118,19 +133,3 @@ body.dark .notice { top: 0.125em; position: relative; } - - -/* override page max-width */ -.page { - max-width: 72rem; -} - - -/* logo tweaks */ -.page__logo { - color: var(--off-fg); -} - -.page__logo-inner { - opacity: 0.80; -} \ No newline at end of file