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 {
background-color: black;
color: white;
font-size: 24px;
}
div.container {
margin: 0;