Skip to content

Commit 1e36cc2

Browse files
authored
Fix "See All Projects" Color (microsoft#10455)
Fixes the color in the "see all projects" card.
1 parent 9f1e334 commit 1e36cc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

theme/themes/pxt/views/card.overrides

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ a.ui.card:focus,
177177
.ui.card.link.scriptmanagercard {
178178
background-color: var(--pxt-secondary-background) !important;
179179
color: var(--pxt-secondary-foreground) !important;
180+
181+
.header {
182+
color: var(--pxt-secondary-foreground) !important;
183+
}
180184
}
181185

182186

0 commit comments

Comments
 (0)