summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2022-01-19 18:58:02 -0600
committerMatt Singleton <matt@xcolour.net>2022-01-19 18:58:02 -0600
commit0abf3511646446ee64f21d551dd0d2214fd624b7 (patch)
tree84276e8a1288cb378e93a18d406d05d362c7ee53 /style.css
parent704be7d2e7db33635fc9de684c8b3916cd798c68 (diff)
organizing the repo a bit
Diffstat (limited to 'style.css')
-rw-r--r--style.css29
1 files changed, 0 insertions, 29 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index 6b06966..0000000
--- a/style.css
+++ /dev/null
@@ -1,29 +0,0 @@
-html {
- font-size: 18px;
- font-family: Garamond, Georgia, sans-serif;
-}
-
-pre {
- font-family: Courier, monospace;
-}
-
-blockquote {
- border-left: 5px solid #ddd;
- padding: 0.6em 0.6em 0.2em;
- font-style: italic;
-}
-
-blockquote:before {
- content: "\201C";
- display: inline-block;
- padding-right: 0.4rem;
- font-size: 4em;
- line-height: 0;
- vertical-align: -0.4em;
- color: lightgrey;
- margin-right: 0.1em;
-}
-
-li.link::marker {
- content: '⇒ ';
-}