Skip to content

Commit

Permalink
Add under-lines in text hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroCamphuijsen committed May 15, 2024
1 parent a6b3fbc commit 555661f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions layouts/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
@import url('reveal.js/dist/reveal.css');
@import url('~/layouts/nlesc-decorations.scss');

p{
a{
text-decoration: underline;
}
}

#footer{
a {
text-decoration: underline;
Expand Down

0 comments on commit 555661f

Please sign in to comment.