Updated some styling

This commit is contained in:
2018-07-03 15:39:28 -04:00
parent 4a8802b5a2
commit 6e6841d21f
3 changed files with 42 additions and 63 deletions

View File

@ -18,6 +18,20 @@ body {
color: transparent;
}
.fh-fade {
background: linear-gradient(to top, rgba(0, 0, 0, 0), black);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.sons-fade {
background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), black);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.roboto {
font-family: 'Roboto Condensed', sans-serif;
}