mirror of
https://github.com/alvierahman90/capitals_quiz.git
synced 2025-10-13 07:54:27 +00:00
more fixing styles
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user