Compare commits

...

2 commits

Author SHA1 Message Date
9cb0270b74
Merge a829bf71e5 into 48ca00ed21 2026-02-07 21:48:39 -08:00
a829bf71e5
Apply useful readability CSS improvements
Fixes #31
2026-02-07 21:46:00 -08:00

View file

@ -110,6 +110,7 @@ img {
body {
background-color: #f7f7f7;
color: #222;
line-height: 1.5;
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial,
sans-serif;
@ -123,6 +124,7 @@ h4,
h5,
h6 {
font-family: "Helvetica Neue", "Verdana", sans-serif;
text-wrap: balance;
}
nav {
@ -440,6 +442,10 @@ article {
word-wrap: break-word;
}
article p {
max-width: 65ch;
}
article header h1,
article header h2 {
word-wrap: break-word;
@ -525,6 +531,7 @@ pre.line-numbers {
pre {
background-color: #141414;
}
}
/**