fix: inherit text colour and font size on resource toggle button

This commit is contained in:
2026-03-23 15:18:47 -07:00
committed by Naomi Carrigan
parent d4bb140ad6
commit 96d7a49def
+2
View File
@@ -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;