more fixing styles

This commit is contained in:
Akbar Rahman 2022-04-13 02:59:24 +01:00
parent 0f44c34f65
commit 925c7744fe
Signed by: alvierahman90
GPG Key ID: 20609519444A1269
2 changed files with 2 additions and 6 deletions

View File

@ -21,13 +21,13 @@ input {
@keyframes correct {
0% {
background: var(--default-bg);
background: var(--bg);
}
50% {
background: var(--green);
}
100% {
background: var(--default-bg);
background: var(--bg);
}
}

View File

@ -3,10 +3,6 @@
@import url("https://styles.alv.cx/modules/colors/gruvbox.css");
:root {
--default-bg: #fefefe;
--dark-bg: #b8b8b8;
--selected-bg: #383838;
--default-fg: #454545;
--red: #ab4642;
--orange: #dc9656;
--yellow: #f7ca88;