adamsgaard.dk

my academic webpage
git clone git://src.adamsgaard.dk/adamsgaard.dk
Log | Files | Refs | README | LICENSE Back to index

commit 798e9c40dfd1fe1a532a3d250aed95cebed9cf47
parent b4ba4b568aa5c3a75cc0a149bc78de3c0ef9b548
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 29 Sep 2019 21:47:59 +0200

Increase brighness of magenta header background

Diffstat:
MMakefile | 2+-
Mstyle.css | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -default: generate +default: generate sync output = output/ diff --git a/style.css b/style.css @@ -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 {