Advertisement
Guest User

Makeuseof Fixed

a guest
Sep 3rd, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.66 KB | None | 0 0
  1. section.home-post {
  2.     background-color: #dedede !important;
  3.     border-color: #525252 !important;
  4.     box-shadow: inset 0 0 2px rgba(0,0,0,0.4), 0 0 2px rgba(0,0,0,0.4) !important;
  5. }
  6.  
  7.  body {
  8.     background-color: #7a7a7a  !important;
  9. }
  10.  
  11. h1.entry-title a {
  12.     border-color: #570257 !important;
  13.     color: #000000 !important;
  14.     font-weight: normal !important;
  15.     font-size: 14px !important;
  16. }
  17.  
  18. a.url.fn {
  19.     color: #0f67ff !important;
  20. }
  21.  
  22. span.home-meta__date span {
  23.     color: #2572f7 !important;
  24.     font-size: 13px !important;
  25. }
  26.  
  27. img.avatar.avatar-50.photo {
  28.     box-shadow: inset 0 0 3px rgba(0,0,0,0.5), 0 0 2px rgba(0,0,0,0.5) !important;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement