31 lines
444 B
SCSS
31 lines
444 B
SCSS
|
|
||
|
// home
|
||
|
|
||
|
.home {
|
||
|
//.page.grid {
|
||
|
//.column.sixteen {
|
||
|
.hero {
|
||
|
h1 {
|
||
|
color: $white;
|
||
|
}
|
||
|
h2 {
|
||
|
color: $white-dark;
|
||
|
}
|
||
|
}
|
||
|
h1.hero {
|
||
|
color: $white !important;
|
||
|
.svg {
|
||
|
fill: $red;
|
||
|
}
|
||
|
}
|
||
|
p {
|
||
|
a {
|
||
|
color: $white;
|
||
|
text-decoration: underline;
|
||
|
text-underline-offset: 2px;
|
||
|
}
|
||
|
}
|
||
|
//}
|
||
|
//}
|
||
|
}
|