diff options
author | Bill <bill@billserver.senders.io> | 2022-11-05 23:41:46 -0400 |
---|---|---|
committer | Bill <bill@billserver.senders.io> | 2022-11-05 23:41:46 -0400 |
commit | 768f44a55bf757abe1bfc0829de301ade964354e (patch) | |
tree | a45e3a82fb65f926c37eda89b407ae7b4f46e4a5 /www/index.css | |
parent | 3c055d4d579a0b78a9a9ebc622cec32037e958ac (diff) |
Create new MD blog post and retidy
I updated tidy so each file got a nice update along with the actual
update
Diffstat (limited to 'www/index.css')
-rw-r--r-- | www/index.css | 20 |
1 files changed, 20 insertions, 0 deletions
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% } |