Skip to content

Commit

Permalink
Merge pull request #1186 from prezly/feature/care-6113-change-bea-foo…
Browse files Browse the repository at this point in the history
…ter-links-to-use-an-underline

[CARE-6113] Feature - Change Bea footer links to use an underline
  • Loading branch information
fgyimah authored Sep 3, 2024
2 parents 0592f20 + 4f9ec82 commit a06e035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/Boilerplate/ui/Boilerplate.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
.link,
.about a {
color: var(--prezly-footer-text-color);
text-decoration: none;
text-decoration: underline;
}
2 changes: 1 addition & 1 deletion modules/Footer/ui/Footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
border: 0;
cursor: pointer;
color: var(--prezly-footer-text-color);
text-decoration: none;
text-decoration: underline;

& + & {
margin-left: $spacing-3;
Expand Down

0 comments on commit a06e035

Please sign in to comment.