mirror of
https://github.com/alvierahman90/capitals_quiz.git
synced 2024-11-23 17:59:55 +00:00
more fixing styles
This commit is contained in:
parent
925c7744fe
commit
cf2e7abf28
@ -33,13 +33,13 @@ input {
|
||||
|
||||
@keyframes incorrect {
|
||||
0% {
|
||||
background: var(--default-bg);
|
||||
background: var(--bg);
|
||||
}
|
||||
50% {
|
||||
background: var(--red);
|
||||
}
|
||||
100% {
|
||||
background: var(--default-bg);
|
||||
background: var(--bg);
|
||||
}
|
||||
}
|
||||
|
||||
@ -92,6 +92,7 @@ input {
|
||||
|
||||
#previousQuestionAnswer {
|
||||
background: var(--green);
|
||||
color: var(--dark);
|
||||
}
|
||||
|
||||
#game .answer {
|
||||
|
Loading…
Reference in New Issue
Block a user