Adrià Vilanova MartÃnez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 1 | .main { |
| 2 | color: var(--TWPT-primary-text)!important; |
| 3 | } |
| 4 | |
| 5 | // Border color for the page title bar (most pages use .title-bar although |
| 6 | // some use .page-header). |
| 7 | main .title-bar, main .page-header { |
| 8 | border-bottom-color: var(--TWPT-subtle-border)!important; |
| 9 | } |
| 10 | |
| 11 | main .title-bar .title, main .page-header h1, main .header h1 { |
| 12 | color: var(--TWPT-primary-text)!important; |
| 13 | } |
| 14 | |
| 15 | .card { |
| 16 | background-color: var(--TWPT-secondary-background)!important; |
| 17 | color: var(--TWPT-primary-text)!important; |
| 18 | border-color: var(--TWPT-card-border)!important; |
| 19 | } |
| 20 | |
| 21 | .card .card-title, .card, .card-section-title { |
| 22 | color: var(--TWPT-primary-text)!important; |
| 23 | } |
| 24 | |
| 25 | .card .card-section-hint, .card .card-section-checkbox-hint { |
| 26 | color: var(--TWPT-secondary-text)!important; |
| 27 | } |