Skip to content

Commit

Permalink
CONCD-889 Add underline hyperlinks in global styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rasarkar committed Aug 15, 2024
1 parent c5f3584 commit fe8158b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions concordia/static/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,14 @@ h1,
font-weight: bold;
}

p a {
text-decoration: underline;
}

p a:hover {
text-decoration: none;
}

a .campaign-title:hover,
.hero-text a:hover {
color: $dark;
Expand Down

0 comments on commit fe8158b

Please sign in to comment.