Skip to content

Commit

Permalink
Website: update footer link styles (#26814)
Browse files Browse the repository at this point in the history
Closes: #26800

Changes:
- removed the underline from links in the website's footer.
  • Loading branch information
eashaw authored Mar 5, 2025
1 parent 85fae4f commit 13fefcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/assets/styles/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ html, body {
bottom: 0px;
a {
color: #515774;
text-decoration: none;
}
}
[purpose='footer-content'] {
Expand Down Expand Up @@ -611,8 +612,7 @@ html, body {
a {
margin-left: 12px;
display: inline;
text-underline-offset: 2.5px;
text-decoration: underline;
text-decoration: none;
}
}
}
Expand All @@ -636,6 +636,7 @@ html, body {
padding: 24px 32px;
color: @core-fleet-black-75;
a {
text-decoration: none;
color: @core-fleet-black-75;
}
}
Expand Down

0 comments on commit 13fefcd

Please sign in to comment.