summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-05-29 09:07:49 +0100
committerPaul Buetow <paul@buetow.org>2022-05-29 09:07:49 +0100
commita7ce603d37c60a9bed5d0f357ce0383686b85495 (patch)
tree1645a93b0c114659b4cb50fe8530d91c7d4d98d3
parent8bbf8d8bbf5e8202d67cdd007dfdafc28440cc35 (diff)
new override
-rw-r--r--notes/style-override.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/notes/style-override.css b/notes/style-override.css
index 14a911ee..b5953b41 100644
--- a/notes/style-override.css
+++ b/notes/style-override.css
@@ -3,7 +3,7 @@ body {
}
h1, h2, h3 {
- font-family: typewriter, monospace;
+ font-family: handnotes, monospace;
}
a {
@@ -14,6 +14,10 @@ p.quote {
font-family: typewriter, monospace;
}
+ul {
+ font-family: typewriter, monospace;
+}
+
pre {
font-family: typewriter, monospace;
}