[ticket/17333] Fix Subscribe text button color

PHPBB-17333

Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
Matt Friedman 2024-06-04 12:29:42 -07:00
parent 5c58fd2055
commit 0ca8524633
No known key found for this signature in database

View file

@ -1179,3 +1179,7 @@ input.disabled {
background-color: #d41142;
color: #ffffff;
}
.notification-subscribe_toggle {
color: #47536b;
}