tIncrease brighness of magenta header background - adamsgaard.dk - my academic webpage
 (HTM) git clone git://src.adamsgaard.dk/adamsgaard.dk
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 798e9c40dfd1fe1a532a3d250aed95cebed9cf47
 (DIR) parent b4ba4b568aa5c3a75cc0a149bc78de3c0ef9b548
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 29 Sep 2019 21:47:59 +0200
       
       Increase brighness of magenta header background
       
       Diffstat:
         M Makefile                            |       2 +-
         M style.css                           |       4 ++--
       
       2 files changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -1,4 +1,4 @@
       -default: generate
       +default: generate sync
        
        output = output/
        
 (DIR) diff --git a/style.css b/style.css
       t@@ -122,14 +122,14 @@ code {
                /* background-color: #fff; */
        }
        #title {
       -        background-color: #606;
       +        background-color: #707;
                padding: 1ex 10px;
                font: 1.0em/1.2 Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace;
                border-bottom: 0px solid #aaa;
                width: 100%;
        }
        #menu {
       -        background-color: #707;
       +        background-color: #909;
                width: 100%;
        }
        #menu td {