Skip to content

Commit

Permalink
Make link live kit
Browse files Browse the repository at this point in the history
  • Loading branch information
markdoeswork committed Dec 10, 2024
1 parent eac1032 commit 92b6816
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion playbook-website/config/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ kits:
enhanced_element_used: false
- name: link
platforms: *1
status: beta
status: stable
icons_used: false
react_rendered: false
enhanced_element_used: false
Expand Down
6 changes: 3 additions & 3 deletions playbook/app/pb_kits/playbook/pb_link/_link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
outline-offset: 2px;
}
&:visited {
color: $data_3;
color: darken($primary_action, 10%);
}
&.dark {
@include pb_link($active_dark);
Expand All @@ -34,7 +34,7 @@
}

&:visited {
color: $data_3;
color: darken($primary_action, 10%);
}
}
}
Expand All @@ -48,7 +48,7 @@
}

&:visited {
color: $data_3;
color: darken($primary_action, 10%);
}
}
}
Expand Down

0 comments on commit 92b6816

Please sign in to comment.