Rafał Pitoń 10 лет назад
Родитель
Сommit
be88b1956e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      misago/static/misago/css/ranks.less

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

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