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
No related branches found
No related tags found
1 merge request!23Full updates to week 4 and week 7
......@@ -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.
Finish editing this message first!
Please register or to comment