index.styl 663 B

12345678910111213141516171819202122232425262728293031323334353637
  1. @import 'palette.styl'
  2. a
  3. svg.icon.outbound
  4. margin-bottom -2px
  5. margin-left 2px
  6. img + svg.icon.outbound
  7. display none
  8. sup
  9. font-size 0.75em !important
  10. .home .hero
  11. img
  12. margin 1.5rem auto !important
  13. .description
  14. display none !important
  15. #main-title
  16. display none !important
  17. .page a code
  18. color $accentColor
  19. .navbar
  20. -webkit-box-shadow 0 4px 4px -4px rgba(0,0,0,0.1)
  21. -moz-box-shadow 0 4px 4px -4px rgba(0,0,0,0.1)
  22. box-shadow 0 4px 4px -4px rgba(0,0,0,0.1)
  23. .logo
  24. margin-right: 0.5rem;
  25. .site-name
  26. font-size 1.25rem
  27. .repo-link
  28. margin-left 1rem