write in “normal” capitalization, but apply lowercase text-transform
[~bandali/bndl.org] / style.css
index af0562d..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 {