diff options
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>  |