euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit 475b38ee76d2342af34f441c0b9df3a45627b4c9 (patch)
parent e3c85e6920c3aab5b9f09597cb1b9812ed1147c9
Author: Alex Karle <alex@karle.co>
Date:   Wed, 29 Apr 2020 21:19:33 -0400

style: Use Hearts over Spades for favicon

More dark-mode friendly

Diffstat:
Mpublic/debug.html | 2+-
Mpublic/index.html | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/debug.html b/public/debug.html @@ -8,7 +8,7 @@ width: 100px; } </style> - <link href="suits/S.svg" rel="icon" type="image/x-icon" /> + <link href="suits/H.svg" rel="icon" type="image/x-icon" /> </head> <body> <div id="content"></div> diff --git a/public/index.html b/public/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <link href="asset/euchre-live.development.css" rel="stylesheet"> - <link href="suits/S.svg" rel="icon" type="image/x-icon" /> + <link href="suits/H.svg" rel="icon" type="image/x-icon" /> <title>Euchre Live!!</title> </head> <body>