Advertisement
fauzanjeg

Fix Stripes Table Color in Dark Mode

Sep 21st, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. /* Fix Stripes Table Color in Dark Mode */
  2. .jnews-dark-mode .entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  3.     background-color: var(--j-darkgrey-bg-color);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement