Skip to content
Snippets Groups Projects
Commit 50cf23cb authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

fixed links to have underlines

parent 19e2f08e
Branches
No related tags found
No related merge requests found
......@@ -32,16 +32,18 @@ details {
a {
color: $link-color;
text-decoration: underline;
}
a:visited {
color: $link-visited-color;
text-decoration: none;
text-decoration: underline;
}
a:hover, a:active, a:focus {
color: $link-hover-color;
text-decoration: underline;
}
.navbar .navbar-expand-lg .navbar-dark {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment