diff --git a/game_styles.css b/game_styles.css index dce43cb..66cf5f6 100644 --- a/game_styles.css +++ b/game_styles.css @@ -216,3 +216,11 @@ input:checked + .slider:before { } .text img, td img { max-height: 15vh } + +#questionTypeSelector input[type="radio"] { display: none; } +input[type="radio"]+label { + padding: 0.5em; +} +input[type="radio"]:checked+label { + background-color: var(--yellow); +}