mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-24 07:52:19 +00:00
move overrides to top of custom.css
This commit is contained in:
parent
69c8b4cfb3
commit
aa82067d31
1 changed files with 15 additions and 16 deletions
|
@ -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 CSS Built on hugo-notice by Nicolas Martignoni: https://github.com/martignoni/hugo-notice */
|
||||||
.notice {
|
.notice {
|
||||||
--root-color: #444;
|
--root-color: #444;
|
||||||
|
@ -118,19 +133,3 @@ body.dark .notice {
|
||||||
top: 0.125em;
|
top: 0.125em;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* override page max-width */
|
|
||||||
.page {
|
|
||||||
max-width: 72rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* logo tweaks */
|
|
||||||
.page__logo {
|
|
||||||
color: var(--off-fg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.page__logo-inner {
|
|
||||||
opacity: 0.80;
|
|
||||||
}
|
|
Loading…
Reference in a new issue