Font weight 600

This commit is contained in:
Joey Yakimowich-Payne 2025-04-19 21:23:57 -06:00
commit 9aadeb841c
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1

View file

@ -80,7 +80,7 @@ body {
overflow-wrap: normal;
hyphens: none;
font-size: 1.5rem; /* Moved font size here */
font-weight: 500;
font-weight: 600;
line-height: 1.2;
color: var(--cell-text-color, #000);
text-shadow: var(--cell-text-outline, none);