Skip to content

Commit

Permalink
Merge pull request #1966 from laws-africa/fix-visited
Browse files Browse the repository at this point in the history
fix default variable value for visited link
  • Loading branch information
actlikewill authored Aug 14, 2024
2 parents 18320e9 + 191d7e7 commit 7842183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peachjam/static/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $youtube-color: #FF0000 !default;
$anntn-highlight-color: #a68bdc !default;
$diff-green-color: #a6f3a6 !default;
$diff-red-color: #f8cbcb !default;
$visited-link: $primary !default;
$visited-link: #1A77F2 !default;

:root {
--facebook-color: #{$facebook-color};
Expand Down

0 comments on commit 7842183

Please sign in to comment.