| 1 |
<style id="abj404-critical-theme-css">:root{ |
| 2 |
{css_variables} |
| 3 |
} |
| 4 |
html[data-theme] .nav-tab-wrapper,body[data-theme] .nav-tab-wrapper{ |
| 5 |
background-color:var(--abj404-bg);border-bottom-color:var(--abj404-border); |
| 6 |
} |
| 7 |
html[data-theme] .nav-tab,body[data-theme] a.nav-tab{ |
| 8 |
background-color:var(--abj404-surface);border-color:var(--abj404-border);color:var(--abj404-text); |
| 9 |
} |
| 10 |
html[data-theme] .nav-tab-active,body[data-theme] a.nav-tab-active{ |
| 11 |
background-color:var(--abj404-bg);border-bottom-color:var(--abj404-bg);color:var(--abj404-text); |
| 12 |
} |
| 13 |
html[data-theme] table.wp-list-table,html[data-theme] .widefat{ |
| 14 |
background-color:var(--abj404-surface);border-color:var(--abj404-border);color:var(--abj404-text); |
| 15 |
} |
| 16 |
html[data-theme] table.wp-list-table thead th,html[data-theme] .widefat thead th,html[data-theme] table.wp-list-table tfoot th,html[data-theme] .widefat tfoot th{ |
| 17 |
background-color:var(--abj404-table-header);border-color:var(--abj404-border);color:var(--abj404-text); |
| 18 |
} |
| 19 |
html[data-theme] table.wp-list-table tbody tr,html[data-theme] .widefat tbody tr{ |
| 20 |
background-color:var(--abj404-surface);border-color:var(--abj404-border); |
| 21 |
} |
| 22 |
html[data-theme] table.wp-list-table tbody td,html[data-theme] .widefat tbody td{ |
| 23 |
border-color:var(--abj404-border);color:var(--abj404-text); |
| 24 |
} |
| 25 |
html[data-theme="neon"] input[type="checkbox"],html[data-theme="neon"] input[type="radio"],html[data-theme="obsidian"] input[type="checkbox"],html[data-theme="obsidian"] input[type="radio"]{ |
| 26 |
filter:invert(1) hue-rotate(180deg); |
| 27 |
} |
| 28 |
</style> |
| 29 |
|