From 0abf3511646446ee64f21d551dd0d2214fd624b7 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 19 Jan 2022 18:58:02 -0600 Subject: organizing the repo a bit --- style.css | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 style.css (limited to 'style.css') 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: '⇒ '; -} -- cgit v1.2.3