Advertisement
Guest User

Legible

a guest
May 27th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. body, table
  2. {
  3.   color: #e2e4e5 !important;
  4.   background: #020304 !important;
  5.   text-shadow: 0em 0em 0.0625em #fff !important;
  6. }
  7.  
  8. b, strong, h1, h2, h3, h4, h5, h6
  9. {
  10.   text-shadow: 0em 0em 0em #9a9a9a !important;
  11.   color: #fff !important;
  12. }
  13.  
  14. a
  15. {
  16.   color: #9f9fff !important;
  17.   text-shadow: 0em 0em 0.125em #0000ff !important;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement