feat: increase default font size in stylesheet

This commit is contained in:
Mohammad Rafiq 2025-06-28 16:49:47 +08:00
parent b67ba6f7c2
commit fc958a32dc
No known key found for this signature in database

View file

@ -1,6 +1,7 @@
body { body {
background-color: black; background-color: black;
color: white; color: white;
font-size: 24px;
} }
div.container { div.container {
margin: 0; margin: 0;