Browse Source

Visual contrast fix for bio text and links in user profiles

master
Dionysis Zindros 11 years ago
parent
commit
707fe3e269
  1. 4
      css/profile.css

4
css/profile.css

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

Loading…
Cancel
Save