Adrià Vilanova MartÃnez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 1 | .material-content > header { |
| 2 | background-color: var(--TWPT-primary-background)!important; |
| 3 | } |
| 4 | |
| 5 | .material-content > header .app-title-button, |
| 6 | .material-content > header .app-title-text { |
| 7 | color: var(--TWPT-secondary-text)!important; |
| 8 | } |
| 9 | |
| 10 | .material-content > header :is(material-button, |
| 11 | material-button material-icon, |
| 12 | .mdc-button.mdc-icon-button, |
| 13 | .mdc-button.mdc-icon-button material-icon, |
| 14 | notification-bell material-icon) { |
| 15 | color: rgba(255, 255, 255, .87)!important; |
| 16 | } |
| 17 | |
| 18 | .search-box { |
| 19 | background-color: #313235!important; |
| 20 | } |
| 21 | |
| 22 | .search-box .clear-icon { |
| 23 | opacity: 0.8; |
| 24 | color: rgba(255, 255, 255, .87)!important; |
| 25 | } |
| 26 | |
| 27 | .material-content > header .bell.mixin { |
| 28 | fill: rgba(255, 255, 255, .87)!important; |
| 29 | } |
| 30 | |
| 31 | // Header menus |
| 32 | .popup material-list-item { |
| 33 | color: #d2cecb!important; |
| 34 | } |