Advertisement
fauzanjeg

Dark Mode for Easy Table of Contents plugin

Oct 11th, 2021
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. /* Dark Mode for Easy Table of Contents plugin */
  2. .jnews-dark-mode #ez-toc-container {
  3.     background-color: var(--j-darkgrey-bg-color);
  4. }
  5.  
  6. .jnews-dark-mode #ez-toc-container .ez-toc-title-toggle a {
  7.     color: #444 !important;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement