Advertisement
fauzanjeg

Fix tag span color in dark mode

May 31st, 2021
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.09 KB | None | 0 0
  1. /* Fix tag span color in dark mode */
  2. .entry-content .content-inner span {
  3.     color: unset;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement