[TASK] add fancy gradient
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 7s
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 7s
This commit is contained in:
@ -2,6 +2,16 @@ h1 {
|
||||
margin-top: var(--pico-spacing);
|
||||
}
|
||||
|
||||
mark {
|
||||
--pico-mark-gradient: linear-gradient(270deg, #08AEEA 0%, #2AF598 100%);
|
||||
|
||||
padding: 0;
|
||||
background: var(--pico-mark-gradient);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
|
Reference in New Issue
Block a user