From b1b037e3e1913c1335e95fd663f22c2e15cf2f6f Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 20 Jan 2024 23:51:43 -0500 Subject: [PATCH] update theme --- static/theme.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/theme.css b/static/theme.css index 4341521..4771bb8 100644 --- a/static/theme.css +++ b/static/theme.css @@ -150,11 +150,6 @@ td { padding: 5px; } -blockquote { - border-left: 10px solid var(--theme-accent); - padding-left: 5px; -} - article code>span { padding: 1rem; font-size: 18px; @@ -168,4 +163,9 @@ article code>span { code { word-wrap: normal; white-space: break-spaces; +} + +blockquote { + border-left: 10px solid var(--theme-accent); + padding-left: 5px; } \ No newline at end of file