We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a9871 commit 9a1e088Copy full SHA for 9a1e088
theme/semantic-ui-overrides.less
@@ -54,10 +54,16 @@ body.pxt-theme-root {
54
border-color: var(--pxt-neutral-stencil1);
55
}
56
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;
+ .ui.list > .item {
+ .description {
+ color: var(--pxt-neutral-alpha80);
+ }
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
67
68
69
0 commit comments