summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-07-02 16:13:54 +0300
committerPaul Buetow <paul@buetow.org>2022-07-02 16:13:54 +0300
commit4242506951fcc69a99982ee19070810fd66c036b (patch)
treef2b156e0b5a983abd7eac1e078c6e2a740413984
parentb194c0fee83049a8b1b1e5fef9da17711d73128a (diff)
cleanup
-rw-r--r--notes/style-override.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/notes/style-override.css b/notes/style-override.css
deleted file mode 100644
index b5953b41..00000000
--- a/notes/style-override.css
+++ /dev/null
@@ -1,23 +0,0 @@
-body {
- font-family: handnotes, monospace;
-}
-
-h1, h2, h3 {
- font-family: handnotes, monospace;
-}
-
-a {
- font-family: typewriter, monospace;
-}
-
-p.quote {
- font-family: typewriter, monospace;
-}
-
-ul {
- font-family: typewriter, monospace;
-}
-
-pre {
- font-family: typewriter, monospace;
-}