diff --git a/shiftregister/core/templates/base.html b/shiftregister/core/templates/base.html index afab539..17aa5b1 100644 --- a/shiftregister/core/templates/base.html +++ b/shiftregister/core/templates/base.html @@ -23,6 +23,10 @@ flex-grow: 1; } + button, input, select, textarea { + font-family: inherit; + } + :root { --background: #fff; }