link untapped profiles

This commit is contained in:
Tommy Parnell
2015-03-28 09:39:11 -04:00
parent 3454eb5f03
commit a4c63d1a1e
8 changed files with 32 additions and 8 deletions

View File

@@ -5,6 +5,18 @@
max-width: 1024px;
position: relative;
}
.profile a:link {
color: white;
}
.profile a:active {
color: white;
}
.profile a:hover {
color: white;
}
.profile a:visited {
color: white;
}
.profile .badges {
margin-right: 3px;
}