Skip to content

Commit

Permalink
style: update username font color (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammad-hashemi-deriv authored May 22, 2023
1 parent 033089e commit d800266
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/myaffiliates/style/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -2904,6 +2904,9 @@ input[type="number"] {
font-size: 14px;
text-align: right;
}
.header-user p span {
color: #6e6e6e !important;
}
.brand-language {
width: 150px;
float: right;
Expand Down Expand Up @@ -2942,6 +2945,9 @@ input[type="number"] {
font-size: 14px;
text-align: center;
}
.mobile-header-user p span {
color: #6e6e6e !important;
}
@media screen and (max-width: 992px) {
#MainNav,
.deriv-header,
Expand Down

0 comments on commit d800266

Please sign in to comment.