X-Git-Url: https://git.danieliu.xyz/?p=pinopress.git;a=blobdiff_plain;f=build%2Fstylesheets%2Froot.css;fp=build%2Fstylesheets%2Froot.css;h=20db9171a531c244431e4cbab4fdc93309856b17;hp=cca2a040fac9e45a57e1817fde2476ad35c70fff;hb=3fb96a0bce3eb4f1dd64884bf524efc26a4f0aaa;hpb=9ee898ef29fb76b04a2236ea8d7749ad6d962229 diff --git a/build/stylesheets/root.css b/build/stylesheets/root.css index cca2a04..20db917 100644 --- a/build/stylesheets/root.css +++ b/build/stylesheets/root.css @@ -54,6 +54,12 @@ body { padding: 0; } +nav { + background-color: var(--bg-light); + padding: 1rem; + text-align: right; +} + h1, h2, h3, h4, h5, h6 { color: var(--text-light); } @@ -71,13 +77,8 @@ strong { } pre { - background-color: var(--bg-light); - padding: 0.75rem; - - /* border: 1px solid var(--text-light); */ - /* border-radius: 0.5rem; */ } code { @@ -85,8 +86,9 @@ code { background-color: var(--bg-light); } -.article-container { +.article-container, .rolling-container, .archive-container { margin: 0 auto; + margin-top: 2rem; width: clamp(40ch, 50%, 80ch); }