Update user settings text: staff badges are only visible in user profile

Use capitalized text in badges
This commit is contained in:
eugenijm 2019-02-05 20:22:49 +03:00
parent fd4cd2e10a
commit 19dbdd24b4
2 changed files with 4 additions and 2 deletions

View file

@ -250,7 +250,9 @@
overflow: hidden;
}
// TODO use proper colors
.staff {
text-transform: capitalize;
color: $fallback--text;
color: var(--btnText, $fallback--text);
background-color: $fallback--fg;