/* notifications colors */
.ps-notification {background-color: grey;}
.ps-notification .ps-notification__body {color: white;}
.ps-notification .ps-notification__desc-quote > span {color: red;}
.ps-notification .ps-notification__meta > span {color: blue;}
/* unread notifications colors */
.ps-notification--unread {background-color: black;}
.ps-notification--unread .ps-notification__body {color: red;}
.ps-notification--unread .ps-notification__desc-quote > span {color: grey;}
.ps-notification--unread .ps-notification__meta > span {color: yellow;}