Merge pull request #31 from StevanFreeborn/stevanfreeborn/feat/change-post-heading-color

feat: change heading color
This commit is contained in:
Stevan Freeborn
2025-02-08 13:18:51 -06:00
committed by GitHub
+2 -2
View File
@@ -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)
}
}
}