Skip to content

Commit c5e7d47

Browse files
committed
Add theming for github repo descriptions (#10460)
1 parent efe24c3 commit c5e7d47

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

theme/semantic-ui-overrides.less

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,16 @@ body.pxt-theme-root {
5454
border-color: var(--pxt-neutral-stencil1);
5555
}
5656

57-
.ui.list > .item a.header {
58-
color: var(--pxt-link) !important; // override !important in semantic ui
59-
&:hover {
60-
color: var(--pxt-link-hover) !important;
57+
.ui.list > .item {
58+
.description {
59+
color: var(--pxt-neutral-alpha80);
60+
}
61+
62+
a.header {
63+
color: var(--pxt-link) !important; // override !important in semantic ui
64+
&:hover {
65+
color: var(--pxt-link-hover) !important;
66+
}
6167
}
6268
}
6369

0 commit comments

Comments
 (0)