diff --git a/css/main.css b/css/main.css index c9f08fb..c5e6506 100644 --- a/css/main.css +++ b/css/main.css @@ -1,3 +1,7 @@ body { background-color: coral; +} + +button, input, select, textarea { + font-family: inherit; } \ No newline at end of file