Update _base.scss

This commit is contained in:
Elliott Pardee 2019-08-08 07:39:26 +00:00 committed by GitHub
parent 9c555455d1
commit d313e2858c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,10 +279,12 @@ 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: transparent !important;
background-color: rgb(235, 235, 235) !important;
}
}
}
@ -343,4 +345,4 @@ table {
letter-spacing: .1em;
padding-bottom: .6em;
}
}
}