diff --git a/Makefile b/Makefile index 9029352..45acb4f 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,9 @@ $(outdir)/images/%.png: images/%.png | $(outdir) cp -r $< $@ $(outdir)/%.html: %.html $(header) $(footer) | $(outdir) - cat $(header) $< $(footer) > $@ + cat $(header) \ + | sed 's/\( $@ clean: ${RM} -r webroot diff --git a/_includes/header.html b/_includes/header.html index 9db43ff..b630b67 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -16,9 +16,11 @@ diff --git a/style.css b/style.css index 3e28c9f..839b408 100644 --- a/style.css +++ b/style.css @@ -117,11 +117,13 @@ html, body { } #menu a:hover, -#menu ul li.selected a { +body.index #about a, +body.manual-select #manual a { background-color: #204a87; } -#menu ul li.selected a { +body.index #about a, +body.manual-select #manual a { color: #f57900; }