diff --git a/index.html b/index.html index d037b33..bf78f5a 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@ background-color: #002121; width: 100%; height: 100%; + color: white; } #board { margin-left: auto; @@ -27,11 +28,10 @@ width: calc(min(90vw, 90vh)); height: calc(min(90vw, 90vh)); } - #game-over, #stats, #copy-stats { + #game-over, #stats, #copy-stats, #play-again { display: none; margin-left: auto; margin-right: auto; - color: white; } #game-over { @@ -47,7 +47,7 @@ margin-bottom: 0; } - #copy-stats { + #copy-stats, #play-again { color: black; } @@ -66,12 +66,15 @@ font-family: 'Courier New', Courier, monospace; } + h1 { + text-align: center; + } + p { font-family: 'Times New Roman', Times, serif; } #players, .player { - color: white; margin-left: auto; margin-right: auto; text-align: center; @@ -130,10 +133,12 @@ >

+

         
+        
+

Players: (click name to toggle strikethrough)

-

Players: (click name to toggle strikethrough)