Advertisement
Guest User

Disqus CSS

a guest
Oct 5th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. .dark,body.dark .nav>ul>li>a,body.dark .nav>ul>li.active>a {
  2.     color: black ;
  3. }
  4.  
  5. #post-count * {
  6.     color: black ;
  7.     margin-top: 10px ;
  8. }
  9.  
  10. .post-meta *, footer menu *,.moderator,header span * {
  11.     color: #222 ;
  12. }
  13.  
  14. header span a.parent-link, #layout #footer {
  15.     display: none ;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement