Skip to content

Commit 47d5266

Browse files
committed
refactor: simplify dark mode section title styling
Replace gradient text effect with solid color for better readability and performance
1 parent 7cc6a64 commit 47d5266

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/index.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,9 @@
7676
}
7777

7878
.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;
79+
background: none;
80+
color: #e2e8f0;
81+
-webkit-text-fill-color: #e2e8f0;
8382
}
8483

8584
.nav-link {

0 commit comments

Comments
 (0)