From d28019fb183a98cd6c800d6dccd358abcc2a2382 Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 28 Dec 2024 20:18:32 +0100 Subject: [PATCH] fix(web): quotes have a solid border, less weird --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 50e2aa3..6a041fb 100644 --- a/web/index.html +++ b/web/index.html @@ -137,7 +137,7 @@ border-top: 2px solid rgba(var(--accent-rgb), 0.45); } div.quote { - border: 2px dotted var(--background-dim); + border: 3px solid var(--background-dim); margin-top: 1em; margin-left: 1em; margin-bottom: 1em;