From 9b04750cf5d8a891ee9f1e2b94b410ec3e947ab5 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Wed, 8 Mar 2023 19:02:24 +0100 Subject: [PATCH] Blockquote and attempt at hr sections --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index e7b9968..a04fe68 100644 --- a/static/style.css +++ b/static/style.css @@ -50,6 +50,8 @@ footer a{text-decoration:none;} footer .mirror{text-align:center; color: var(--ansi11);} code{ background: var(--ansi00); } pre{ overflow-x: auto; background: var(--ansi00); padding: 1em; border-radius: 1em;} +blockquote{ background-color: var(--ansi00); padding:0.5em; border-radius:1em;} +hr{color: var(--ansi00);} .hyperbowl{ font-style: italic; font-size: 1.2em;} .logo{ padding: 5pt 0;