Skip to content

Commit 97dca6c

Browse files
committed
Cleanup semantic text color
1 parent f705888 commit 97dca6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lib/page.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ a.disabled:hover {
122122

123123
/* Semantic colors */
124124
--ct-color-bg: var(--pf-t--global--background--color--primary--default);
125-
--ct-color-text: var(--ct-color-fg);
125+
--ct-color-text: var(--pf-t--global--text--color--regular);
126126

127127
--ct-color-link: var(--pf-t--global--text--color--link--default);
128128
--ct-color-link-visited: var(--pf-t--global--text--color--link--visited);

0 commit comments

Comments
 (0)