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