blob: 11f01e72cc2c9914293472ea393dec60bdf5f2a6 [file] [log] [blame]
Adrià Vilanova Martínez7ad72fe2023-11-02 21:54:41 +01001// 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}