Blue-pink color scheme fix

* On the blue-pink color scheme, make the Mobile chat nav color be pink
  instead of blue for consistency with the Desktop chat nav tag color.
This commit is contained in:
Noah Petherbridge 2024-12-03 21:34:05 -08:00
parent 08943ee2c0
commit 3416d647fc

View File

@ -25,7 +25,7 @@
}
/* Chat members in top nav bar on desktop */
.nonshy-navbar-notification-tag.is-link {
.nonshy-navbar-notification-tag.is-link, .nonshy-mobile-notification .tag.is-link {
background-color: rgb(255, 104, 247);
color: #606;
}