A semantic search engine for source code https://bitshift.benkurtovic.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

64 lines
947 B

  1. @import mixins
  2. @import variables
  3. @import logo
  4. h1
  5. color: $baseColor1
  6. span
  7. color: $baseColor2
  8. h2, h3
  9. color: $baseColor2 * 0.8
  10. p
  11. line-height: 1.8em
  12. ul
  13. list-style: none
  14. margin-bottom: 2%
  15. li
  16. margin-bottom: 2%
  17. a
  18. color: #727070
  19. font-style: italic
  20. text-decoration: none
  21. &:hover
  22. @extend .t3
  23. color: #575757
  24. span
  25. &.code
  26. background-color: $baseColor3 * 1.2
  27. font-family: monospace
  28. padding: 5px
  29. &.string
  30. color: $baseColor1
  31. font-family: monospace
  32. font-size: 1.1em
  33. &.title
  34. color: $baseColor1
  35. font-weight: bold
  36. table.code-example
  37. border-collapse: collapse
  38. width: 100% !important
  39. td.linenos
  40. border: 1px solid $baseColor2
  41. padding-left: 10px
  42. width: 20px
  43. td.code
  44. padding-left: 10px
  45. li#sec3 span#gasp
  46. color: $baseColor2 * 0.8
  47. font-style: italic