Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /* Git Gists*/
  2. .gist-meta {
  3. display: none;
  4. }
  5.  
  6. .gist-data tbody, .gist-file {
  7. border-bottom: 0 !important;
  8. }
  9.  
  10. .gist td {
  11. font-size: 1.3em !important;
  12. }
  13.  
  14. .gist .pl-k {
  15. color: #795da3 !important;
  16. }
  17.  
  18. .gist .highlight {
  19. background-color: #FBFCFC !important;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement