Advertisement
GochiSiyan

darkmode CSS

Mar 24th, 2021
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. .jnews-dark-mode {
  2. --j-grey-bg-color: #e81919 !important;
  3. --j-darkgrey-bg-color: #c11313 !important;
  4. --j-bg-color: #941818 !important;
  5. --j-dark-bg-color: #131313 !important;
  6. --j-txt-color: #CACACA !important;
  7. --j-link-txt-color: #0003ff !important;
  8. --j-meta-txt-color: #bda2a2 !important;
  9. --j-border-color: #303030 !important;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement