Adrià Vilanova MartÃnez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 1 | material-dialog .main.with-scroll-strokes table th { |
| 2 | color: var(--TWPT-primary-text)!important; |
| 3 | } |
| 4 | |
| 5 | material-dialog .main.with-scroll-strokes table td { |
| 6 | color: var(--TWPT-primary-text-alt)!important; |
| 7 | } |
| 8 | |
| 9 | material-dialog .main.with-scroll-strokes table tr, |
| 10 | material-dialog .main.with-scroll-strokes .shortcut { |
| 11 | border-color: var(--TWPT-card-border)!important; |
| 12 | } |
| 13 | |
| 14 | material-dialog .main.with-scroll-strokes.bottom-scroll-stroke { |
| 15 | border-bottom-color: var(--TWPT-card-border)!important; |
| 16 | } |
| 17 | |
| 18 | material-dialog .main.with-scroll-strokes.top-scroll-stroke { |
| 19 | border-top-color: var(--TWPT-card-border)!important; |
| 20 | } |