commit 67dab705430f232e26b510f13de0234699cc63a5 (patch)
parent 01ffa193d06a413288937654104297f19e3be9cc
Author: Alex Karle <alex@alexkarle.com>
Date: Fri, 2 Sep 2022 23:27:29 -0400
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!).
Diffstat:
4 files changed, 10 insertions(+), 32 deletions(-)
diff --git 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;
}
</style>
<title>$title</title>
diff --git a/bin/jam-index.sh b/bin/jam-index.sh
@@ -18,16 +18,12 @@ cat <<EOM
<!-- Inspired by https://www.swyx.io/css-100-bytes/ -->
<style>
html {
- max-width: 70ch;
+ max-width: 80ch;
padding: 3em 1em;
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;
@@ -37,10 +33,10 @@ h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote, code pre {
- background: #f2f2f2;
+ background: #ffffea;
overflow: auto;
padding: 10px;
- border: 2px solid #8888cc;
+ border: 2px solid black;
}
.jam-artists tr:nth-child(even) {
background-color: #e3e3e3;
diff --git a/www/blog/make-obj.txt b/www/blog/make-obj.txt
@@ -34,7 +34,6 @@ enough the answer was the first hit! I've copied it for
convenience below (licensed under the BSD-3 clause):
> *`.OBJDIR:`*
->
> Path to the directory where targets are built. At
> startup, make searches for an alternate directory to
> place target files. make tries to `chdir(2)` into
diff --git a/www/jam-tuesday/index.html b/www/jam-tuesday/index.html
@@ -6,16 +6,12 @@
<!-- Inspired by https://www.swyx.io/css-100-bytes/ -->
<style>
html {
- max-width: 70ch;
+ max-width: 80ch;
padding: 3em 1em;
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;
@@ -25,10 +21,10 @@ h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote, code pre {
- background: #f2f2f2;
+ background: #ffffea;
overflow: auto;
padding: 10px;
- border: 2px solid #8888cc;
+ border: 2px solid black;
}
.jam-artists tr:nth-child(even) {
background-color: #e3e3e3;
@@ -289,7 +285,7 @@ Updated weekly:
<tr><td></td><td>The World Has Turned and Left Me Here</td><td>1</td></tr>
</table>
<br><br>
-<p style="font-size: 0.7em">Last Updated: Sat Aug 13 12:40:07 AM EDT 2022</p>
+<p style="font-size: 0.7em">Last Updated: Fri Sep 2 11:45:17 PM EDT 2022</p>
<p class="foot-license">
© 2019-2022 Alex Karle | <a href="/">Home</a> | <a href="/license.html">License</a>
</p>