Updated some styling
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user