Skip to content

Commit

Permalink
Underline link text
Browse files Browse the repository at this point in the history
  • Loading branch information
jlhardes committed Oct 30, 2024
1 parent a8ae953 commit 54ccbe5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/_bootstrap-default-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ $warning: #565653 !default;
$breadcrumb-active-color: #4c4c4c;
$pagination-disabled-color: #4c4c4c;
$blue: #0056B3 !default;
// Adjusts link text to show as underlined and then not underlined on hover
$link-decoration: underline !default;
$link-hover-decoration: none !default;

// Date picker on safari placeholder text was misaligned
@media screen {
Expand Down

0 comments on commit 54ccbe5

Please sign in to comment.