Skip to content

Commit 40be0a8

Browse files
authored
Merge pull request #723 from ProgressPlanner/filip/fix-link-color
Fix color for "Show all recommendations" button
2 parents bfff3d3 + 1b7f018 commit 40be0a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/page-widgets/suggested-tasks.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
background: none;
3434
border: none;
3535
padding: 0;
36-
color: var(--wp-admin-theme-color, #2271b1);
36+
color: var(--prpl-color-link);
3737
text-decoration: underline;
3838
cursor: pointer;
3939
font-size: inherit;
4040
font-family: inherit;
4141

4242
&:hover {
43-
color: var(--wp-admin-theme-color-darker-10, #135e96);
43+
color: var(--prpl-color-link-hover);
4444
}
4545

4646
&:disabled {

0 commit comments

Comments
 (0)