From 96d7a49def51352fec5f065ecf27090f52630185 Mon Sep 17 00:00:00 2001 From: Hikari Date: Mon, 23 Mar 2026 15:18:47 -0700 Subject: [PATCH] fix: inherit text colour and font size on resource toggle button --- apps/web/src/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/web/src/styles.css b/apps/web/src/styles.css index 75608f0..bd8ea12 100644 --- a/apps/web/src/styles.css +++ b/apps/web/src/styles.css @@ -126,8 +126,10 @@ body::before { background: none; border: none; border-radius: 0.4rem; + color: inherit; cursor: pointer; font-family: inherit; + font-size: inherit; padding: 0.2rem 0.4rem; position: relative; transition: background 0.15s;