mirror of
https://github.com/pacnpal/pacnpal-site.git
synced 2025-12-19 20:11:06 -05:00
update styles.css to change font-family from monospace to sans-serif for improved readability
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user