Change font-size in topbar buttons

Bootstrap sets font-size to inherit, so it's not inherited from top.
Before, it defaulted to 13, so this should prevent add-ons, which
feature text in their buttons (like <select> buttons).
This commit is contained in:
Henrik Giesel 2021-02-27 17:25:40 +01:00
parent a66b0fbd84
commit fb5763afb6

View file

@ -37,6 +37,7 @@ body {
padding: 2px; padding: 2px;
background: var(--bg-color); background: var(--bg-color);
font-size: 13px;
} }
.topbuts { .topbuts {