From 53f6d920b48da42e16915c654bd4c651776a3703 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 13 Feb 2025 02:36:15 +0000 Subject: [PATCH] styled content filter buttons --- bookface_light.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bookface_light.css b/bookface_light.css index 37f50e0..b386173 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -1444,6 +1444,12 @@ a.tag.label, border-color: goldenrod !important; color: white !important; } + /* Content Filter Buttons */ + button.content-filter-button { + color: var(--link-color); + background-color: transparent; + border: 1px solid var(--link-color); + } /* Greater than Full-HD Width =========================== */