blob: 047118bf9963f99f7028945bb97ee64ba027967d [file] [log] [blame]
Adrià Vilanova Martínez7ad72fe2023-11-02 21:54:41 +01001material-dialog .main.with-scroll-strokes table th {
2 color: var(--TWPT-primary-text)!important;
3}
4
5material-dialog .main.with-scroll-strokes table td {
6 color: var(--TWPT-primary-text-alt)!important;
7}
8
9material-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
14material-dialog .main.with-scroll-strokes.bottom-scroll-stroke {
15 border-bottom-color: var(--TWPT-card-border)!important;
16}
17
18material-dialog .main.with-scroll-strokes.top-scroll-stroke {
19 border-top-color: var(--TWPT-card-border)!important;
20}