From 5773af38f489fd52d6c8e03151b32b5fb9826a42 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 3 Jan 2025 23:57:07 -0700 Subject: [PATCH] remove dead code --- static/style.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/static/style.css b/static/style.css index 8548ca5..7624a3d 100644 --- a/static/style.css +++ b/static/style.css @@ -23,15 +23,6 @@ blockquote { margin-bottom: 0; } -/* blockquote~blockquote { - border-top-left-radius: 0; - border-top-right-radius: 0; -} -blockquote+blockquote { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} */ - pre { background-color: var(--bg); padding: 1rem;