From 8a29cb3031a4aeeabed3beaada0334c1f484fac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Mireles=20V=C3=A1zquez?= Date: Sat, 5 Aug 2023 13:09:30 -0600 Subject: [PATCH] QF blog posts styling --- app/static/styles/main.css | 1 - app/static/styles/markdown.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/static/styles/main.css b/app/static/styles/main.css index 4f682ef..0e7565a 100644 --- a/app/static/styles/main.css +++ b/app/static/styles/main.css @@ -929,7 +929,6 @@ p { margin-top: 2em; padding: 1em; width: 75%; - text-align: justify; background-color: var(--color-light); border: 1px solid black; margin-bottom: 2em; diff --git a/app/static/styles/markdown.css b/app/static/styles/markdown.css index f9b726e..11c5721 100644 --- a/app/static/styles/markdown.css +++ b/app/static/styles/markdown.css @@ -273,7 +273,7 @@ font-weight: 600; padding-bottom: .3em; font-size: 1.5em; - border-bottom: 1px solid black; + border-bottom: 1px solid var(--color-gray); } .markdown-body h3 {