Merge pull request #31 from StevanFreeborn/stevanfreeborn/feat/change-post-heading-color
feat: change heading color
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
transition-timing-function: ease-in-out;
|
||||
|
||||
& h3 {
|
||||
background: linear-gradient(to right top, #db3e3e, #df3741, #e32e44, #e72347, #eb124b);
|
||||
background: linear-gradient(90deg, #512bd4, #689eff);
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
@@ -46,4 +46,4 @@
|
||||
& article:active {
|
||||
transform: scale(0.95)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user