diff --git a/app/styles/base.css b/app/styles/base.css index 23679a00..6d6200a6 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -98,6 +98,11 @@ html { * ---------------------------------------- */ +input, select, textarea { + /* Respect standard font settings */ + font: inherit; +} + input:not([type]), input[type=date], input[type=datetime-local],