CSS tweaks for button appearances

This commit is contained in:
Ethan N. Paul 2017-02-10 23:29:59 -05:00
parent 7741ebb463
commit 2078458edf
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -45,7 +45,7 @@ p {
}
a {
color: #879FBB;
color: #00366C;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
@ -54,7 +54,7 @@ a {
a:hover,
a:focus {
text-decoration: none;
color: #fff;
color: #8D9BB6;
}
.light {