Advertisement
GochiSiyan

darkmode css

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