feat: download page wip

This commit is contained in:
afn
2022-10-31 21:53:51 -04:00
parent e43a0eb819
commit abb2cbc223
7 changed files with 65 additions and 11 deletions

View File

@@ -38,13 +38,13 @@ body {
--white: #fff;
--accent-color: #9fd5ff;
--accent-color-two: hsl(207, 65%, 90%);
--bg-color: #1a1c1e;
--bg-color: hsl(240, 5%, 11%);
--grey-one: #252b31;
--grey-two: #28313b;
--grey-three: #373e4d;
--grey-four: #1b1e29;
--grey-five: hsl(208, 30%, 75%);
--grey-six: hsla(223, 17%, 16%, 0.655);
--grey-six: hsla(223, 14%, 15%, 0.655);
--grey-seven: #535563;
--bezier-one: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}