diff options
Diffstat (limited to 'page_template.html')
-rw-r--r-- | page_template.html | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/page_template.html b/page_template.html index 2a4baf5..e049d56 100644 --- a/page_template.html +++ b/page_template.html @@ -4,35 +4,7 @@ <head> <meta charset="$charset"/> <style type="text/css"> -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: '⇒ '; -} +$css </style> </head> <body> |