Make username in the header more obvious by lightening color

This commit is contained in:
Gabe Kangas 2022-01-06 11:29:25 -08:00
parent f19840dea9
commit 6be0cecc09
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -107,7 +107,7 @@ export default class UsernameForm extends Component {
>
<span
id="username-display"
class="text-indigo-600 text-xs font-semibold truncate overflow-hidden whitespace-no-wrap ${isModerator &&
class="text-indigo-100 text-xs font-semibold truncate overflow-hidden whitespace-no-wrap ${isModerator &&
'moderator-flag'}"
>${isModerator && moderatorFlag}${username}</span
>