We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3bc4ef + 70c800e commit 1b60ba2Copy full SHA for 1b60ba2
packages/module/src/SourcesCard/SourcesCard.scss
@@ -4,6 +4,12 @@
4
gap: var(--pf-t--global--spacer--sm);
5
padding-block-start: var(--pf-t--global--spacer--sm);
6
max-width: 22.5rem;
7
+
8
+ a {
9
+ color: var(--pf-t--global--text--color--link--default) !important;
10
+ -webkit-text-decoration: var(--pf-t--global--text-decoration--link--line--default) !important;
11
+ text-decoration: var(--pf-t--global--text-decoration--link--line--default) !important;
12
+ }
13
}
14
15
.pf-chatbot__sources-card {
0 commit comments