Visual contrast fix for bio text and links in user profiles

This commit is contained in:
Dionysis Zindros 2014-01-08 00:13:18 -08:00
parent 2d3f8c3935
commit 707fe3e269

View File

@ -182,6 +182,10 @@
.profile-modal .profile-card-main
{
background: #45474d;
color: white;
}
.profile-modal .profile-card-main a {
color: #8bb9e0;
}
.profile-modal .postboard-posts .post
{