Update main.css

This commit is contained in:
NOrtmann1
2026-05-11 09:49:08 +02:00
parent 134b439fd3
commit 86daa175fa
+4
View File
@@ -1,3 +1,7 @@
body { body {
background-color: coral; background-color: coral;
}
button, input, select, textarea {
font-family: inherit;
} }