From 768f44a55bf757abe1bfc0829de301ade964354e Mon Sep 17 00:00:00 2001 From: Bill Date: Sat, 5 Nov 2022 23:41:46 -0400 Subject: Create new MD blog post and retidy I updated tidy so each file got a nice update along with the actual update --- www/index.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'www/index.css') diff --git a/www/index.css b/www/index.css index bf24d23..2fe966c 100644 --- a/www/index.css +++ b/www/index.css @@ -7,6 +7,20 @@ html,body { margin: 0; font-family: sans-serif; } #body table tr:nth-child(even) { background-color: #eee; } #body ul.compact { columns: 2; } +#body blockquote { + background-color: #eee; + border-radius: 2px; + padding: 4px; +} + +#body blockquote p { + font-style: italic; +} + +#body figure blockquote { + margin: 0; +} + #header { background-color: #060606; color: #67ff79; @@ -36,6 +50,11 @@ article .footer { font-size: 0.75em; float:right; } + +.footnote { + font-size: 0.75em; +} + code { font-family: monospace; background-color: #eee; @@ -60,4 +79,5 @@ code.inline { height: auto; } + #tutorial { margin: 2% } -- cgit v1.2.3-54-g00ecf