diff -r c50da26a6d31 -r 5b55a5318a83 src/main/webapp/lightpit.css --- a/src/main/webapp/lightpit.css Tue Aug 03 15:10:43 2021 +0200 +++ b/src/main/webapp/lightpit.css Mon Aug 09 15:50:37 2021 +0200 @@ -72,6 +72,11 @@ padding: 0; } +textarea, input, button, select { + font-family: inherit; + font-size: inherit; +} + a { cursor: pointer; color: #3060f8;