From 1f93e9c6b65e3308b1caf4aee2d5dda1949e2771 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Mon, 19 Aug 2024 10:44:36 +0000 Subject: [PATCH] temp fix for blockquote style --- src/styles/post.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/post.css b/src/styles/post.css index fcc8294..c0249d6 100644 --- a/src/styles/post.css +++ b/src/styles/post.css @@ -48,6 +48,14 @@ width: 100%; } +.IBMSMSMBSSPostTitleText > blockquote { + border-radius: 0 10px 10px 0; + border-left: solid 6px rgba(255, 255, 255, 0.1); + padding: 25px; + background: #232323; + color: rgba(255, 255, 255, 0.75); +} + .IBMSMSMBSSPostInside { display: flex; flex-direction: column;