reorganized templates
[pinopress.git] / build / stylesheets / root.css
index 67f9a26..18ad2b0 100644 (file)
@@ -69,3 +69,19 @@ 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);
+}
+