fix: linear-gradient color

This commit is contained in:
john-emerson14
2020-03-22 01:58:58 -03:00
parent 9d283d9108
commit 67c1d7d17e

View File

@@ -4,7 +4,7 @@
--bgColor: #223344;
--accentColor: #E6E6E6;
--font: 'Karla', sans-serif;
--delay: .5s;
--delay: .3s;
}
body {
@@ -95,7 +95,7 @@ body {
/* animation */
overflow: hidden;
background: linear-gradient(90deg, #000, #fff, #000);
background: linear-gradient(90deg, var(--bgColor), #fff, var(--bgColor));
background-repeat: no-repeat;
background-size: 80%;
animation: animate 3s linear var(--delay) infinite;