mount substitution
[pinopress.git] / build / stylesheets / root.css
index 67f9a26..cca2a04 100644 (file)
@@ -51,7 +51,7 @@
 body {
     height: 100%;
     margin: 0;
-    padding: 2rem;
+    padding: 0;
 }
 
 h1, h2, h3, h4, h5, h6 {
@@ -69,3 +69,24 @@ a:hover {
 strong {
     color: var(--text-light);
 }
+
+pre {
+
+    background-color: var(--bg-light);
+
+    padding: 0.75rem;
+
+    /* border: 1px solid var(--text-light); */
+    /* border-radius: 0.5rem; */
+}
+
+code {
+    color: var(--text-light);
+    background-color: var(--bg-light);
+}
+
+.article-container {
+    margin: 0 auto;
+    width: clamp(40ch, 50%, 80ch);
+}
+