# 404-solution/trunk/includes/html/criticalThemeCSS.html

404 Solution, version trunk. 29 lines.

- Page: https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/criticalThemeCSS.html
- Raw: https://pluginprobe.com/plugins/404-solution/trunk/raw/includes/html/criticalThemeCSS.html
- Modified: 2025-11-28T21:26:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/criticalThemeCSS.html#L10-L20`.

```html
<style id="abj404-critical-theme-css">:root{
{css_variables}
}
html[data-theme] .nav-tab-wrapper,body[data-theme] .nav-tab-wrapper{
background-color:var(--abj404-bg);border-bottom-color:var(--abj404-border);
}
html[data-theme] .nav-tab,body[data-theme] a.nav-tab{
background-color:var(--abj404-surface);border-color:var(--abj404-border);color:var(--abj404-text);
}
html[data-theme] .nav-tab-active,body[data-theme] a.nav-tab-active{
background-color:var(--abj404-bg);border-bottom-color:var(--abj404-bg);color:var(--abj404-text);
}
html[data-theme] table.wp-list-table,html[data-theme] .widefat{
background-color:var(--abj404-surface);border-color:var(--abj404-border);color:var(--abj404-text);
}
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{
background-color:var(--abj404-table-header);border-color:var(--abj404-border);color:var(--abj404-text);
}
html[data-theme] table.wp-list-table tbody tr,html[data-theme] .widefat tbody tr{
background-color:var(--abj404-surface);border-color:var(--abj404-border);
}
html[data-theme] table.wp-list-table tbody td,html[data-theme] .widefat tbody td{
border-color:var(--abj404-border);color:var(--abj404-text);
}
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"]{
filter:invert(1) hue-rotate(180deg);
}
</style>

```
