diff --git a/download.html b/download.html index cea3e79..c2a18c5 100644 --- a/download.html +++ b/download.html @@ -39,6 +39,23 @@ border-color: #2d2; background: #dfd; } + + /* Fun h1s */ + h1:not(.exampleh1) { + margin: 0.2em 0; + border-bottom: 5px solid; + margin-bottom: 15px; + padding-bottom: 5px; + } + + .fourways { + color: #666; + margin-bottom: 0; + } + small { + color: #6b6; + font-size: 0.6em; + }