Advertisement
fauzanjeg

Text color does not change when in dark mode

Jan 18th, 2021
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. /* Text color does not change when in dark mode  */
  2. .jnews-dark-mode .entry-content .content-inner span {
  3.     color: var(--j-txt-color) !important;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement