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

Deploy k4ustu3h/gitfolio to github.com/k4ustu3h/gitfolio.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI) 2019-12-11 15:05:06 +00:00
parent 390fdfccdc
commit 1f9ad01e8b
2 changed files with 3 additions and 4 deletions

1
CNAME
View file

@ -1 +0,0 @@
k4ustu3h.cf

View file

@ -419,13 +419,13 @@ body {
rgba(10, 10, 10, 0.3), rgba(10, 10, 10, 0.3),
rgb(10, 10, 10, 1) rgb(10, 10, 10, 1)
), ),
url("https://images.unsplash.com/photo-1553748024-d1b27fb3f960?w=1500&q=80"); url("https://source.unsplash.com/1600x900/?wallpaper");
--background-background: linear-gradient( --background-background: linear-gradient(
0deg, 0deg,
rgba(10, 10, 10, 1), rgba(10, 10, 10, 1),
rgba(10, 10, 10, 0.6) rgba(10, 10, 10, 0.6)
), ),
url("https://images.unsplash.com/photo-1553748024-d1b27fb3f960?w=1500&q=80") center center fixed; url("https://source.unsplash.com/1600x900/?wallpaper") center center fixed;
--height: 50vh; --height: 50vh;
--gradient: linear-gradient(90deg, #009bef, #ff0000); --gradient: linear-gradient(90deg, #009bef, #ff0000);
} }
@ -447,6 +447,6 @@ body {
rgba(10, 10, 10, 1), rgba(10, 10, 10, 1),
rgba(10, 10, 10, 0) rgba(10, 10, 10, 0)
), ),
url("https://images.unsplash.com/photo-1553748024-d1b27fb3f960?w=1500&q=80") !important; url("https://source.unsplash.com/1600x900/?wallpaper") !important;
} }
} }