web-landing-page/src/_sass/_custom.scss
Benoit Donneaux 5eb87a6bf5
All checks were successful
Jekyll / jekyll (push) Successful in 19s
Deploy preview site to review pull requests (#5)
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
Reviewed-on: #5
Co-authored-by: Benoit Donneaux <benoit@leastauthority.com>
Co-committed-by: Benoit Donneaux <benoit@leastauthority.com>
2024-05-24 11:08:07 +00:00

48 lines
1.1 KiB
SCSS

/* ==========================================================================
MASTHEAD
========================================================================== */
/*.masthead {
position: fixed;
left: 0;
top: 0;
overflow: hidden;
width: 100vw;
height: 70px;
background-color: #f3f3f3;
}*/
/*
.page__hero--overlay {
background: url(../images/pattern-4.gif) repeat left top;
}
*/
.initial-content {
//position: relative;
//top: 70px;
background: url(../images/pattern-1.png) repeat left top;
}
/*
#about {
background: url(../images/pattern-2.gif) repeat left top;
}
@font-face {
font-family: "homestead_regularregular";
font-style: normal;
font-weight: normal;
src: url("../fonts/homestead-regular-webfont.woff") format("woff");
}
h1, h2, h3, h4, h5, h6, .archive__item-title, .masthead__inner-wrap {
font-family: 'homestead_regularregular', serif;
color: #444035;
//font-size: 48px;
font-weight: 300;
text-transform: uppercase;
text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
}
.archive__item-excerpt {
color: #a9862b;
}
*/