style.css: make headers a bit smaller, use monospace for code - saait - the most boring static page generator
 (HTM) git clone git://git.codemadness.org/saait
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a4f1fc6f95d5ec2d60dbc3be009a8c9f0a7da45c
 (DIR) parent bebb5bec3db62f3194968bd8607aece447183da8
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon, 10 Feb 2020 19:31:30 +0100
       
       style.css: make headers a bit smaller, use monospace for code
       
       Diffstat:
         M style.css                           |       5 +++--
       
       1 file changed, 3 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/style.css b/style.css
       @@ -21,10 +21,10 @@ hr {
                height: 3px;
        }
        h1 {
       -        font-size: 160%;
       +        font-size: 140%;
        }
        h2 {
       -        font-size: 140%;
       +        font-size: 120%;
        }
        h3 {
                font-size: 120%;
       @@ -54,6 +54,7 @@ code {
                background-color: #eee;
                border: 3px solid #aaa;
                display: block;
       +        font-family: monospace;
                overflow-x: auto;
                padding: 5px;
                word-wrap: normal;