more fixing styles

This commit is contained in:
Akbar Rahman 2022-04-13 03:00:40 +01:00
parent 925c7744fe
commit cf2e7abf28
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -33,13 +33,13 @@ input {
@keyframes incorrect { @keyframes incorrect {
0% { 0% {
background: var(--default-bg); background: var(--bg);
} }
50% { 50% {
background: var(--red); background: var(--red);
} }
100% { 100% {
background: var(--default-bg); background: var(--bg);
} }
} }
@ -92,6 +92,7 @@ input {
#previousQuestionAnswer { #previousQuestionAnswer {
background: var(--green); background: var(--green);
color: var(--dark);
} }
#game .answer { #game .answer {