We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a7b55 commit 7cc6a64Copy full SHA for 7cc6a64
1 file changed
src/index.css
@@ -74,6 +74,13 @@
74
-webkit-text-fill-color: transparent;
75
@apply text-4xl md:text-5xl font-bold mb-8;
76
}
77
+
78
+ .dark .section-title {
79
+ background: linear-gradient(to right, #60a5fa, #38bdf8, #60a5fa);
80
+ -webkit-background-clip: text;
81
+ background-clip: text;
82
+ -webkit-text-fill-color: transparent;
83
+ }
84
85
.nav-link {
86
@apply relative text-gray-600 hover:text-primary-600 transition-all duration-300 font-medium;
0 commit comments