Skip to content
Snippets Groups Projects
Commit 1c024965 authored by Josh Borrow's avatar Josh Borrow
Browse files

added hovering properties for the homepage

parent b0190348
Branches
No related tags found
No related merge requests found
......@@ -56,6 +56,11 @@ html, body {
color: white;
}
.nav ul li a:hover {
font-weight: bold;
color: white;
}
/* Background */
body {
......
......@@ -33,6 +33,14 @@
text-decoration: none;
}
.btn-blue:hover {
background-color: #145289;
}
.btn-orange:hover {
background-color: #90382B;
}
/* Footer Styles */
footer, .footer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment