M blog/blog.css => blog/blog.css +7 -2
@@ 1,9 1,14 @@
+body {
+ background-color: #e8e8f0;
+ color: #202020;
+ line-height: 1.4;
+}
ul {
- max-width: 6.66in; /*https://www.youtube.com/watch?v=WxnN05vOuSM*/
+ max-width: 80ch;
}
p {
margin: 2mm 0 2mm 3mm;
- max-width: 6.66in;
+ max-width: 80ch;
}
pre {
margin: 0 0 0 10mm;
M blog/cli-mail.html => blog/cli-mail.html +1 -1
@@ 6,7 6,7 @@
<p><a href=../index.html>Back to site home</a></p>
<p><a href=index.html>Back to blog index</a></p>
<h1>CLI mail</h1>
-<h4>2021-04-03</h4>
+<h4>2021-04-04</h4>
<p>I've been using <a href="https://mutt.org">mutt</a> for my email for probably a year and a
half now, and I'm a pretty big fan.</p>
<p>There are a whole bunch of benefits:</p>
M blog/cli-mail.md => blog/cli-mail.md +1 -1
@@ 8,7 8,7 @@
<p><a href=index.html>Back to blog index</a></p>
# CLI mail
-#### 2021-04-03
+#### 2021-04-04
I've been using [mutt](https://mutt.org) for my email for probably a year and a
half now, and I'm a pretty big fan.
M blog/index.html => blog/index.html +1 -1
@@ 15,7 15,7 @@
<ul>
<li><a href="cli-mail.html">CLI mail</a>, a guide to checking your mail
- in your terminal. 2021-04-03.
+ in your terminal. 2021-04-04.
</ul>
</body>
M index.css => index.css +7 -2
@@ 1,10 1,15 @@
+body {
+ background-color: #e8e8f0;
+ color: #202020;
+ line-height: 1.4;
+}
ul {
margin: 0;
- max-width: 6.66in; /*https://www.youtube.com/watch?v=WxnN05vOuSM*/
+ max-width: 80ch;
}
p {
margin: -1mm 0 1mm 3mm;
- max-width: 6.66in;
+ max-width: 80ch;
}
h1 {
margin: 2mm;