From 756aa1dde9abe1b4fcf03ac7a42096ccc0d23ca4 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Wed, 19 Feb 2025 21:36:57 +0000 Subject: [PATCH] Fixes for panel-body and help-block --- bookface_dark.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bookface_dark.css b/bookface_dark.css index 422d88c..2a7cc45 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -964,6 +964,14 @@ aside .widget, #upload-photo:focus { background-color: darkblue !important; } + .panel-body { + background-color: var(--nav-bg); + border-radius: 10px; + border-top: none !important; + } + .help-block { + color: var(--font-color-darker); + } /* HIDE ATTACHMENT BUTTON */ .fbswitcher [data-mode="attachment"] { display: var(--attach-file-button) !important;