15 lines
349 B
CSS
15 lines
349 B
CSS
main p {
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
main h1 {
|
|
margin-bottom: 0 !important;
|
|
background: linear-gradient(90deg, rgba(148,147,249,1) 0%, rgba(178,147,249,1) 48%, rgba(189,147,249,1) 100%);
|
|
-webkit-background-clip: text;
|
|
background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
|
|
a:hover {
|
|
color: #BD93F9 !important;
|
|
} |