Skip to content

Commit

Permalink
thesis title styling
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Oct 17, 2024
1 parent 9370e7b commit 7d298a4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion app/assets/stylesheets/bootstrap_and_overrides.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,16 @@ form.thesis-form {
}
.navbar {
margin-bottom: 1rem;
}
}
.thesis-list {
h2 {
a {
font-size: 1.25rem;
text-decoration: none;
color: $secondary;
}
a:hover {
text-decoration: underline;
}
}
}

0 comments on commit 7d298a4

Please sign in to comment.