Skip to content

Commit a515eb1

Browse files
committed
Fix spotlight title gradient in light card theme
1 parent 0dddc02 commit a515eb1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

assets/css/styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,3 +1436,10 @@ h1 span {
14361436
border-color: #30363d;
14371437
color: var(--tc, #3fb950);
14381438
}
1439+
1440+
.card-theme-light .template-spotlight .main-repo-title {
1441+
background: linear-gradient(135deg, #1f2328 0%, var(--tc, #58a6ff) 100%);
1442+
-webkit-background-clip: text;
1443+
-webkit-text-fill-color: transparent;
1444+
background-clip: text;
1445+
}

0 commit comments

Comments
 (0)