Skip to content

Commit 18d36b8

Browse files
committed
Fix spotlight title gradient override specificity in light mode
1 parent 57b4423 commit 18d36b8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

assets/css/styles.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,9 +1437,9 @@ h1 span {
14371437
color: var(--tc, #3fb950);
14381438
}
14391439

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;
1440+
.card.card-theme-light .template-spotlight .main-repo-title {
1441+
background: linear-gradient(135deg, #1f2328 0%, var(--tc, #58a6ff) 100%) !important;
1442+
-webkit-background-clip: text !important;
1443+
-webkit-text-fill-color: transparent !important;
1444+
background-clip: text !important;
14451445
}

0 commit comments

Comments
 (0)