From 707fe3e26907475e6ef1ae5474c0115054191710 Mon Sep 17 00:00:00 2001 From: Dionysis Zindros Date: Wed, 8 Jan 2014 00:13:18 -0800 Subject: [PATCH] Visual contrast fix for bio text and links in user profiles --- css/profile.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/profile.css b/css/profile.css index 78321ef..ef6e25b 100644 --- a/css/profile.css +++ b/css/profile.css @@ -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 {