Advertisement
kalovski

Untitled

Aug 11th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. /** userContent.css
  2. ***************************/
  3. :root[hasbrowserhandlers="true"] body.dark.serif,
  4. :root[hasbrowserhandlers="true"] body.dark.serif #reader-domain {
  5. font-family: "courier new" !important;
  6. }
  7. :root[hasbrowserhandlers="true"] body.dark.serif {
  8. background-color: #13131F !important;
  9. color: #BAE3DB !important;
  10. }
  11. :root[hasbrowserhandlers="true"] body.dark.serif #reader-domain {
  12. font-style: italic !important;
  13. }
  14. :root[hasbrowserhandlers="true"] body.dark.serif h1,
  15. :root[hasbrowserhandlers="true"] body.dark.serif h2,
  16. :root[hasbrowserhandlers="true"] body.dark.serif h3,
  17. :root[hasbrowserhandlers="true"] body.dark.serif h4,
  18. :root[hasbrowserhandlers="true"] body.dark.serif h5 {
  19. color: #06FEB0 !important;
  20. }
  21. :root[hasbrowserhandlers="true"] body.dark.serif a:link {
  22. color: #83E7FF !important;
  23. }
  24. :root[hasbrowserhandlers="true"] body.dark.serif #container {
  25. max-width: 50em !important;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement