Add more styles

This commit is contained in:
Tom Raithel
2017-02-10 21:06:52 +01:00
parent 70ce2feefb
commit 10e6fd89eb
15 changed files with 118 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
.hero-headline {
font-size: 30px;
font-weight: 300;
color: var(--color-white);
&__alt {
color: var(--color-gray-light);
}
}