From 769d3a4e90d78fd6f141bfe7233b283851fc6740 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sun, 11 Sep 2022 21:12:58 +0200 Subject: [PATCH] Why did I no think of this earlier... --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index 0ddbd72..ff0395b 100644 --- a/static/style.css +++ b/static/style.css @@ -36,6 +36,8 @@ footer .mirror{text-align:center; color: #f0c674;} code{ background: #282a2e; border-radius: 1em; padding: 2pt;} pre{ background: #282a2e; padding: 1em; border-radius: 1em;} .hyperbowl{ font-style: italic; font-size: 1.2em;} +.hyperbowl::before{content:'"'} +.hyperbowl::after{content:'"'} .logo{ padding: 5pt 0; margin:0;