1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

Install stylelint

This commit is contained in:
Kaustubh Ladiya 2020-02-14 23:24:33 +05:30
parent fc03761011
commit ea517d5669
No known key found for this signature in database
GPG key ID: A77FFE5465BD4E7D
8 changed files with 2011 additions and 59 deletions

View file

@ -14,7 +14,7 @@
),
url("{{{background}}}") center center fixed;
--height: 50vh;
--gradient: linear-gradient(90deg, #009bef, #ff0000);
--gradient: linear-gradient(90deg, #009bef, #f00);
}
#display h1 {

View file

@ -8,5 +8,5 @@
),
url("{{{background}}}");
--background-background: #fff;
--gradient: linear-gradient(90deg, #009bef, #ff0000);
--gradient: linear-gradient(90deg, #009bef, #f00);
}