]> git.r.bdr.sh - rbdr/blog/blobdiff - static/css/style.css
Add styles for code
[rbdr/blog] / static / css / style.css
index aeda780d31160919fdd91065cb5ad13df22327ac..c18e6fa9528fcad9bbe5aecd08ef8050bfbf82b0 100644 (file)
@@ -24,7 +24,7 @@ header a {
 }
 
 main {
-  background-color: #fff;
+  background-color: white;
   padding: 1.414em;
 }
 
@@ -46,6 +46,17 @@ h2 { font-size: 2.827em; }
 h3 { font-size: 1.999em; }
 h4 { font-size: 1.414em; }
 
+code {
+  background-color: whitesmoke;
+  padding: 0.2em 0.5em;
+}
+
+pre {
+  background-color: whitesmoke;
+  padding: 1em;
+  max-width: 40em;
+}
+
 footer {
   background-color: pink;
   padding: 1.414em;