Update _base.scss

This commit is contained in:
Elliott Pardee 2019-08-08 07:45:02 +00:00 committed by GitHub
parent b3d637cebf
commit 4be0b9ceff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,12 +279,10 @@ footer, .navbar {
margin-left: .25em;
margin-bottom: .8em;
transition: color 400ms;
border: 1px solid rgb(35, 169, 199);
padding: 7px;
&:hover {
color: $alt-color !important;
background-color: rgb(235, 235, 235) !important;
background-color: transparent !important;
}
}
}