Text
This commit is contained in:
parent
db83b514f7
commit
bb475b74f9
2 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue