Skip to content

Commit

Permalink
adds underline to links
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCouzens committed Aug 6, 2024
1 parent bdb0d9c commit 633da60
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@
"bootstrap",
"qonsole_rails/application",
"lr_common_styles/lr-common";

.row {
li,p,dl>dt, dl>dd {
a {
text-decoration: underline;
}
}
}

0 comments on commit 633da60

Please sign in to comment.