From 67dab705430f232e26b510f13de0234699cc63a5 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Fri, 2 Sep 2022 23:27:29 -0400 Subject: [PATCH] theme: Use acme background in only codesamples This mostly reverts commit 01ffa193d06a413288937654104297f19e3be9cc, which, for the record, was never actually published live (but keeping here so I don't have to look up the color codes again!). --- bin/genpage | 19 +++---------------- bin/jam-index.sh | 10 +++------- www/blog/make-obj.txt | 1 - www/jam-tuesday/index.html | 12 ++++-------- 4 files changed, 10 insertions(+), 32 deletions(-) diff --git a/bin/genpage b/bin/genpage index 5183e97..b8f4f7e 100755 --- a/bin/genpage +++ b/bin/genpage @@ -22,11 +22,7 @@ html { margin: auto; font-size: 1em; font-family: sans-serif; - /* amcme inspired background */ - background: #FFFFEA; } -a { color: #0939AD; } -a:visited { color: #613583; } footer { margin-top: 50px; font-size: .8em; @@ -35,20 +31,11 @@ code { font-family: consolas, courier, monospace; } h1 { font-size: 1.5em; } h2 { font-size: 1.2em; } h3 { font-size: 1.1em; } -pre { - background: #e9feff; +blockquote, pre { + background: #ffffea; overflow: auto; padding: 10px; - border: 2px solid #8888cc; -} -blockquote { - background: #eeec9a; - overflow: auto; - padding: 10px; - border: 2px solid #989849; -} -blockquote p { - margin: 0px; + border: 2px solid black; } $title diff --git a/bin/jam-index.sh b/bin/jam-index.sh index 9ff307a..c9d0c94 100755 --- a/bin/jam-index.sh +++ b/bin/jam-index.sh @@ -18,16 +18,12 @@ cat <