Adrià Vilanova MartÃnez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 1 | // Generic popup (for notification bell, account selector, etc.) |
2 | .popup-wrapper { | ||||
3 | background-color: var(--TWPT-drawer-background)!important; | ||||
4 | |||||
5 | .header-text { | ||||
6 | color: var(--TWPT-primary-text)!important; | ||||
7 | } | ||||
8 | } |