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.
 
 
 
 
 
 

61 lines
864 B

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