update styles.css to change font-family from monospace to sans-serif for improved readability

This commit is contained in:
pacnpal
2025-02-16 12:01:32 -05:00
parent 3c36496c7b
commit f719ca127c

View File

@@ -17,7 +17,7 @@
body { body {
font-family: 'ChicagoFLF', 'Courier New', monospace; font-family: 'ChicagoFLF', 'Courier New', sans-serif;
background: linear-gradient(135deg, #1e1e2f, #1e2f4f); background: linear-gradient(135deg, #1e1e2f, #1e2f4f);
color: #fff; color: #fff;
text-align: center; text-align: center;