Minor design tweaks

This commit is contained in:
MaciejkaG 2024-04-18 10:54:39 +02:00
parent 522ee81626
commit 2a01f65071
2 changed files with 5 additions and 4 deletions

View File

@ -49,12 +49,13 @@ h1,h2,h3,h4,h5,h6 {
position: fixed;
bottom: 5px;
left: 5px;
color: rgb(0, 255, 0);
color: rgb(255, 80, 80);
font-size: 9px;
pointer-events: none;
user-select: none;
z-index: 999;
font-family: 'Roboto Mono', monospace;
font-family: "IBM Plex Mono", monospace;
font-weight: 400;
}
.board {

View File

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Statki</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,600;1,600&family=Roboto+Mono:ital@0;1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,600;1,600&family=Roboto+Mono:ital@0;1&family=IBM+Plex+Mono&display=swap&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<script src="https://cdn.socket.io/4.7.4/socket.io.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
@ -30,7 +30,7 @@
<meta name="author" content="Maciejka">
</head>
<body>
<span class="designerTag">Designed by Maciejka</span>
<span class="designerTag">Designed by mcjk</span>
{{{body}}}
<script src="/assets/js/worker-handler.js"></script>