write in “normal” capitalization, but apply lowercase text-transform
[~bandali/bndl.org] / style.css
index c6d59fc..baeed6b 100644 (file)
--- a/style.css
+++ b/style.css
@@ -5,6 +5,8 @@ article, aside, footer, header, nav, section {
 
 body {
   font-family: FreeSans, sans-serif;
+  text-transform: lowercase;
+  line-height: 1.4;
   padding: 1em;
 }
 
@@ -45,6 +47,7 @@ article h3 {
 
 code {
   font-size: 1.15em;
+  text-transform: none;
 }
 
 table td {
@@ -96,3 +99,6 @@ main > h3, ul:first-child {
 p:first-child {
   margin-top: 0;
 }
+p:last-child {
+  margin-bottom: 0;
+}