blob: 6e443ec580c30e5836ba7a3c435da4c243c51aea [file] [log] [blame]
Adrià Vilanova Martínez7ad72fe2023-11-02 21:54:41 +01001.notification-panel .header {
2 border-bottom-color: var(--TWPT-card-border)!important;
3}
4
5.notification-panel .header material-button {
6 color: var(--TWPT-secondary-text)!important;
7}
8
9.notification-panel .cards-container .promo-message {
10 color: var(--TWPT-secondary-text)!important;
11}
12
13.notification-panel .cards-container .promo-message .header-text {
14 color: var(--TWPT-primary-text)!important;
15}
16
17.notification-panel .cards-container ec-notification-card-content {
18 border-bottom-color: var(--TWPT-card-border)!important;
19}
20
21.notification-panel .cards-container ec-notification-card-content .text {
22 color: var(--TWPT-primary-text)!important;
23}
24
25.notification-panel .cards-container ec-notification-card-content .text a {
26 color: var(--TWPT-link)!important;
27}
28
29.notification-panel .cards-container ec-notification-card-content .time,
30 .notification-panel .cards-container ec-notification-card-content .close material-button {
31 color: var(--TWPT-secondary-text)!important;
32}