diff --git a/css/blackjack.css b/css/blackjack.css index 69638c2..4f2f87f 100644 --- a/css/blackjack.css +++ b/css/blackjack.css @@ -8,7 +8,7 @@ body { } .playing-card { - max-width: 75px; + max-width: 7em; margin: 0.2em; } @@ -96,4 +96,8 @@ body { border-radius: 10px !important; background-color: white !important; color: black !important; +} + +footer * { + color: white !important; } \ No newline at end of file diff --git a/index.htm b/index.htm index d81fbbc..998695c 100644 --- a/index.htm +++ b/index.htm @@ -9,7 +9,8 @@ - +