From a6c163758658e5b2d89b1ddfb59eff075382e5f0 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 13 Feb 2025 02:36:51 +0000 Subject: [PATCH] styled content filter buttons --- bookface_dark.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bookface_dark.css b/bookface_dark.css index cec11af..68c3cd5 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -1444,6 +1444,12 @@ a.tag.label, border-color: gold !important; color: black !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 =========================== */