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