Advertisement
kalovski

Untitled

Aug 11th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. /* When dark background is selected */
  2. :root[hasbrowserhandlers="true"] body.dark {
  3. }
  4. /* When light background is selected */
  5. :root[hasbrowserhandlers="true"] body.light {
  6. }
  7. /* When sepia background is selected */
  8. :root[hasbrowserhandlers="true"] body.sepia {
  9. }
  10. /* When serif font is selected */
  11. :root[hasbrowserhandlers="true"] body.serif {
  12. }
  13. /* When sans-serif font is selected */
  14. :root[hasbrowserhandlers="true"] body.sans-serif {
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement