Skip to content

Commit

Permalink
💄 add underline to alert links
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Nov 1, 2024
1 parent e9c71fb commit ccdc4de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/styles/components/links.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
a.alert-link {
// there is no bootstrap config option for this
text-decoration: underline;
}
1 change: 1 addition & 0 deletions frontend/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ $fa-font-path: 'font-awesome/fonts';
@import 'components/footer';
@import 'components/forms';
@import 'components/js-switches';
@import 'components/links';
@import 'components/misc';
@import 'components/navbar';
@import 'components/redacted';
Expand Down

0 comments on commit ccdc4de

Please sign in to comment.