From 25f9d0352577af161fa12ef5cf901a81ffab14c1 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Fri, 24 Jan 2025 23:39:53 +0000 Subject: [PATCH] Open Compose Page button styled to match other roundy buttons --- bookface_dark.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bookface_dark.css b/bookface_dark.css index 8c33cf5..f804074 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -544,7 +544,12 @@ aside .widget, width: 36px; font-size: 27px !important; padding: 0 6px !important; - } + background-color: rgba(255,255,255,.2); + } + #jot-modal .modal-header .compose-link:hover, + #jot-modal .modal-header .compose-link:focus { + background-color: rgba(255,255,255,.1); + } .close { height: 36px; width: 36px;