2019-05-20 09:17:39 +00:00
|
|
|
:root {
|
|
|
|
--bg-color: rgb(10, 10, 10);
|
|
|
|
--text-color: #fff;
|
|
|
|
--blog-gray-color: rgb(180, 180, 180);
|
2019-05-26 10:03:13 +00:00
|
|
|
--background-image: linear-gradient(90deg, rgba(10, 10, 10, 0.6), rgb(10, 10, 10, 1)), url("{{{background}}}");
|
2019-05-20 09:17:39 +00:00
|
|
|
--background-background: linear-gradient(0deg, rgba(10, 10, 10, 1), rgba(10, 10, 10, 0.6)),
|
2019-05-26 10:03:13 +00:00
|
|
|
url("{{{background}}}") center center fixed;
|
2019-05-20 09:17:39 +00:00
|
|
|
--height: 50vh;
|
|
|
|
}
|
|
|
|
#display h1 {
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
background-clip: text;
|
|
|
|
-webkit-text-fill-color: #fff;
|
|
|
|
}
|
|
|
|
#blog-display h1 {
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
background-clip: text;
|
|
|
|
-webkit-text-fill-color: #fff;
|
|
|
|
}
|
2019-05-20 09:22:19 +00:00
|
|
|
.projects section {
|
2019-05-20 09:17:39 +00:00
|
|
|
background: rgb(20, 20, 20);
|
|
|
|
}
|
|
|
|
#blog_section section {
|
|
|
|
background: rgb(20, 20, 20);
|
|
|
|
}
|
|
|
|
@media (max-width: 800px) {
|
|
|
|
:root {
|
2019-05-21 02:09:18 +00:00
|
|
|
--background-image: linear-gradient(0deg, rgba(10, 10, 10, 1), rgba(10, 10, 10, 0)),
|
2019-05-26 10:03:13 +00:00
|
|
|
url("{{{background}}}") !important;
|
2019-05-20 09:17:39 +00:00
|
|
|
}
|
|
|
|
}
|