Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. @media (prefers-color-scheme: dark){
  2. body{
  3. background: #191919;
  4. color: #ffffff;
  5. }
  6.  
  7. a{
  8. color: #8CA4BD;
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement