mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 10:13:52 -04:00
Browsers don't inherit font-family on button, input, select, textarea by default, so the rule on html, body in frss.css didn't reach the "Mark as read" button or the search input. Add an inherit rule so all themes extending base-theme pick up their configured font. Reported and tested by @JerryCrazy. Fixes FreshRSS/FreshRSS#8803 Co-authored-by: Bjørn A. Andersen <polybjorn@users.noreply.github.com>