font fix for bg?

This commit is contained in:
2024-06-16 16:31:13 +02:00
parent 01f088d062
commit e1e0679b62

View File

@@ -1,5 +1,7 @@
body {
font-family: "arial";
color: white;
text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;
background-color: #daf7a6;
display: grid;
}