improved link styling

This commit is contained in:
Elliot Gerchak 2016-11-03 15:27:59 +00:00
parent 276ec0508e
commit 2009d86f4d

View File

@ -94,10 +94,10 @@ button {
a {
color: white;
font-weight: bold;
background-color: rgba(220, 220, 220, 0.35);
background-color: rgba(242, 242, 242, 0.2);
text-decoration: none;
}
a:hover {
background-color: rgba(240, 240, 240, 0.52);
background-color: rgba(255, 255, 255, 0.38);
}