Advertisement
fauzanjeg

Change Font Color in Push Notification Button

May 24th, 2021
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. /** Font Color in Push Notification Button*/
  2. .jeg_push_notification_button > a.button {
  3.     color: white;
  4. }
  5.  
  6. /** Font Color in Push Notification Button on Hover */
  7. .jeg_push_notification_button > a.button:hover {
  8.     color: yellow;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement