move overrides to top of custom.css

This commit is contained in:
John Bowdre 2023-08-16 16:53:17 -05:00
parent 69c8b4cfb3
commit aa82067d31

View file

@ -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;
}