This commit is contained in:
Joey Yakimowich-Payne 2025-04-19 07:10:45 -06:00
commit bb475b74f9
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beango!</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="css/beango.css?v=1.0.2">
<link rel="stylesheet" href="css/beango.css?v=1.0.3">
<link rel="icon" type="image/svg+xml" href="/bean.svg">
</head>
<body class="flex flex-col items-center justify-center p-4 font-sans relative">