Update user settings text: staff badges are only visible in user profile
Use capitalized text in badges
This commit is contained in:
parent
fd4cd2e10a
commit
19dbdd24b4
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue