2023-07-26 22:06:55 -04:00
|
|
|
.page-header {
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
text-align: center;
|
|
|
|
h1 {
|
|
|
|
background: -webkit-linear-gradient(45deg, var(--color-red), var(--color-blue));
|
2023-07-26 22:08:14 -04:00
|
|
|
background-clip: text;
|
2023-07-26 22:06:55 -04:00
|
|
|
-webkit-background-clip: text;
|
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
|
}
|
|
|
|
.subheading {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
}
|