summaryrefslogtreecommitdiff
path: root/resources/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/style.css')
-rw-r--r--resources/style.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/resources/style.css b/resources/style.css
new file mode 100644
index 0000000..6b06966
--- /dev/null
+++ b/resources/style.css
@@ -0,0 +1,29 @@
+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: '⇒ ';
+}