Browse Source

Tweaked rank color

Rafał Pitoń 10 years ago
parent
commit
be88b1956e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      misago/static/misago/css/ranks.less

+ 2 - 2
misago/static/misago/css/ranks.less

@@ -9,7 +9,7 @@
 .user-profile {
 .user-profile {
   &.profile-team {
   &.profile-team {
     .user-title, .user-title>a {
     .user-title, .user-title>a {
-      color: @brand-accent;
+      color: fadeOut(@brand-accent, 50%);
     }
     }
   }
   }
 }
 }
@@ -18,7 +18,7 @@
 .ranks-online {
 .ranks-online {
   .rank-online.rank-team {
   .rank-online.rank-team {
     small {
     small {
-      color: @brand-accent;
+      color: fadeOut(@brand-accent, 50%);
     }
     }
   }
   }
 }
 }