Skip to content

Commit

Permalink
Default to not showing the timer
Browse files Browse the repository at this point in the history
  • Loading branch information
jerjou committed May 13, 2021
1 parent d9d729c commit 40099bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ button.regenerate {
padding: .5rem 1rem;
}

input:checked + div.time {
input:not(:checked) + div.time {
display: none;
}

0 comments on commit 40099bc

Please sign in to comment.