diff --git a/static/style.css b/static/style.css index b87d0f8..fcb73d7 100644 --- a/static/style.css +++ b/static/style.css @@ -13,6 +13,8 @@ body { background: var(--body-bg); } +input, select, textarea, button{font-family:inherit;} + a { color: var(--link-color); }