add background colors to contacts

This commit is contained in:
Christian
2021-01-04 23:52:48 -05:00
parent 49e1859057
commit 326ad98235
2 changed files with 12 additions and 7 deletions

View File

@@ -10,6 +10,11 @@ a {
text-decoration: none;
text-shadow: 0 0 5px;
}
.contact a {
color: white;
text-decoration: underline;
text-shadow: none;
}
@font-face {
font-family: "Open Sans";
src: url(assets/OpenSans-Regular.ttf);