diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2023-12-27 00:27:03 -0500 | 
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2023-12-27 00:27:03 -0500 | 
| commit | 0e0bcb78681fe6e9f74d1f230abff4c859bed589 (patch) | |
| tree | 6400738e58c558bb6ace35820db9b8ccbd2400da /client.html | |
| parent | 70cc7d4dff589949dbb3c7e5acc4767fedaedd40 (diff) | |
Diffstat (limited to 'client.html')
| -rw-r--r-- | client.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/client.html b/client.html index f1871f7..43d221c 100644 --- a/client.html +++ b/client.html @@ -16,7 +16,7 @@  		<link rel="stylesheet" type="text/css" href="styles/client/mobile.css">  		<link rel="stylesheet" type="text/css" href="styles/client/card.css"> -		<link id="theme" rel="stylesheet" type="text/css" href="styles/themes/colors-base.css"> +		<link id="theme" rel="stylesheet" type="text/css" href="styles/themes/colors-gray.css">  		<link rel="icon" sizes="32x32" href="images/wc-icon-32.png">  		<link rel="icon" sizes="48x48" href="images/wc-icon-48.png"> @@ -124,4 +124,4 @@  		<button class="toggle-table" onclick="game.table.toggleTable()"></button>  	</body> -</html>
\ No newline at end of file +</html>  |