mirror of
https://github.com/alvierahman90/capitals_quiz.git
synced 2024-11-23 17:59:55 +00:00
minor tweaks
This commit is contained in:
parent
95ca34aee4
commit
53534fe747
@ -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;;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user