Skip to content

Commit acdbabc

Browse files
authoredMar 9, 2021
chore: added hover and focus to instructions
1 parent f1ef868 commit acdbabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎instructions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>8values</h1>
2020
<h2 style="text-align:center;">Instructions</h2>
2121
<p class="question">You will be presented with a series of statements. For each one, click the button with your opinion on it.</p>
2222
<button class="button" onclick="location.href='quiz.html';" style="background-color: #2196f3;">Got it!</button> <br>
23-
<button class="button" onclick="location.href='index.html';" style="background-color: #f44336;">Wait, nevermind!</button> <br>
23+
<button class="button disagree" onclick="location.href='index.html';">Wait, nevermind!</button> <br>
2424

2525
<!-- Website visit statistics - no personal information is collected! -->
2626
<script type="text/javascript">

0 commit comments

Comments
 (0)
Please sign in to comment.