diff --git a/assets/styles/large_style.css b/assets/styles/large_style.css index 70ebf487..ff1a009f 100644 --- a/assets/styles/large_style.css +++ b/assets/styles/large_style.css @@ -161,6 +161,7 @@ a { width:fit-content; margin-left: auto; margin-right: auto; + cursor: pointer; } @media (hover: hover) { @@ -247,6 +248,8 @@ a { align-items: center; margin: 5px 5px 1rem 5px; position: relative; + cursor: pointer; + font-size: 2vw; } .prompt::before { /* Center the play icon */ position: absolute; @@ -260,6 +263,10 @@ transform: translate(-50%, -50%); box-shadow: 0px 0px 0px black; } +.submitted { + cursor: not-allowed; +} + /* PRACTICE MODE */ #practice-prompt { display: flex; @@ -270,4 +277,4 @@ transform: translate(-50%, -50%); #end-game-btn { border-radius: 50px; -} \ No newline at end of file +} diff --git a/assets/styles/mobile_style.css b/assets/styles/mobile_style.css index 7ab021bc..40c14a4f 100644 --- a/assets/styles/mobile_style.css +++ b/assets/styles/mobile_style.css @@ -161,6 +161,7 @@ a { width:fit-content; margin-left: auto; margin-right: auto; + cursor: pointer; -webkit-tap-highlight-color: rgba(0,0,0,0); } @@ -247,6 +248,7 @@ a { padding: 10px; aspect-ratio: 1/1; align-items: center; + font-size: 8vw; margin: 5px 5px 1rem 5px; position: relative; } @@ -262,10 +264,14 @@ a { box-shadow: 0px 0px 0px black; } +.submitted { + cursor: not-allowed; +} + /* PRACTICE MODE */ #practice-prompt { display: flex; flex-direction: row; gap: 20px; margin: 15pt 0 15pt 0; -} \ No newline at end of file +} diff --git a/practice_game.html b/practice_game.html index 757c9a76..73c34f14 100644 --- a/practice_game.html +++ b/practice_game.html @@ -25,7 +25,7 @@