Adrià Vilanova MartÃnez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 1 | .search-results ec-thread-option material-expansionpanel .panel { |
| 2 | background-color: var(--TWPT-primary-background)!important; |
| 3 | } |
| 4 | |
| 5 | .search-results ec-thread-option material-expansionpanel.selected .panel, |
| 6 | .search-results ec-thread-option material-expansionpanel .panel > .main-header > .header.closed:hover, |
| 7 | .search-results ec-thread-option material-expansionpanel .panel > .main-header > .header.closed:focus { |
| 8 | background-color: #17191c!important; |
| 9 | } |
| 10 | |
| 11 | .search-results .results-title { |
| 12 | color: var(--TWPT-primary-text-alt)!important; |
| 13 | } |
| 14 | |
| 15 | .search-results ec-thread-option material-expansionpanel .panel > .main > .main-content .snippet { |
| 16 | color: var(--TWPT-secondary-text)!important; |
| 17 | } |