From 53534fe7475b00add311a022daa098efebdc0731 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Thu, 13 Jan 2022 20:35:02 +0000 Subject: [PATCH] minor tweaks --- game_styles.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/game_styles.css b/game_styles.css index ecb39fb..a630d8d 100644 --- a/game_styles.css +++ b/game_styles.css @@ -135,7 +135,13 @@ span#questionCapital { } #settings .selector_result { - margin: 1em; + padding: 1em; + transition: 0.5s; +} + +#settings .selector_result:hover { + background: #d9d9d9; + color: black; } /* toggle switches */ @@ -208,3 +214,5 @@ input:checked + .slider:before { margin-top: 3em;; margin-bottom: 3em;; } + +