From f01458966a13e403d983d59b967b0d31844a3667 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 31 May 2024 16:08:22 -0400 Subject: [PATCH] csss --- themes/blue-penguin-dark/static/css/main.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/themes/blue-penguin-dark/static/css/main.css b/themes/blue-penguin-dark/static/css/main.css index 1d6e169..871fc6c 100644 --- a/themes/blue-penguin-dark/static/css/main.css +++ b/themes/blue-penguin-dark/static/css/main.css @@ -105,9 +105,12 @@ h1, h2, h3 { line-height: 1em; margin: 1em 0; } +.post { + text-indent: 0.5rem; +} img, p, .post > .highlight, .highlighttable, h4, h5, h6 { - margin-top: 1.2em; + margin-top: 0.6rem; } img + em { font-size: .8em; @@ -176,9 +179,12 @@ thead { } .post { + box-shadow: 5px 8px 2px rgba(0, 0, 0, 0.2); + border-radius: 5px; + border: 2px solid rgb(255 190 0 / 10%); margin: 0 0 4.5em 150px; - backdrop-filter: blur(10px); - padding: 1em; + backdrop-filter: blur(5px); + padding: 0 1.5em; } .post.archives { margin-bottom: 1.5em;