diff --git a/index.html b/index.html index 2ccfd20..aec66f9 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,9 @@ 🃏 Black Jack Game - + + @@ -94,8 +95,7 @@

📜 Game History

diff --git a/static/css/style.css b/static/css/style.css index 3f05969..491159e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -35,6 +35,11 @@ nav { color: white; } +a, a:hover { + text-decoration: none; + color: var(--color); +} + footer { width: 100%; height: 300px;