Skip to content

Commit

Permalink
Fix changed underline color from anchor elements
Browse files Browse the repository at this point in the history
  • Loading branch information
ommann committed Sep 12, 2024
1 parent 830f9cc commit 1b27518
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/migration-mdc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,7 @@ app-news-card mat-card-content p:last-child {
padding-left: 0 !important;
margin-bottom: 1.10rem !important;
}

a {
text-decoration-color: #2868c6 !important;
}

0 comments on commit 1b27518

Please sign in to comment.