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
0f44c34f65
commit
925c7744fe
@ -21,13 +21,13 @@ input {
|
|||||||
|
|
||||||
@keyframes correct {
|
@keyframes correct {
|
||||||
0% {
|
0% {
|
||||||
background: var(--default-bg);
|
background: var(--bg);
|
||||||
}
|
}
|
||||||
50% {
|
50% {
|
||||||
background: var(--green);
|
background: var(--green);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
background: var(--default-bg);
|
background: var(--bg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,10 +3,6 @@
|
|||||||
@import url("https://styles.alv.cx/modules/colors/gruvbox.css");
|
@import url("https://styles.alv.cx/modules/colors/gruvbox.css");
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--default-bg: #fefefe;
|
|
||||||
--dark-bg: #b8b8b8;
|
|
||||||
--selected-bg: #383838;
|
|
||||||
--default-fg: #454545;
|
|
||||||
--red: #ab4642;
|
--red: #ab4642;
|
||||||
--orange: #dc9656;
|
--orange: #dc9656;
|
||||||
--yellow: #f7ca88;
|
--yellow: #f7ca88;
|
||||||
|
Loading…
Reference in New Issue
Block a user