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.
 
 
 
 
 
 

51 lines
736 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. span
  17. &.code
  18. background-color: $baseColor3 * 1.2
  19. font-family: monospace
  20. padding: 5px
  21. &.string
  22. color: $baseColor1
  23. font-family: monospace
  24. font-size: 1.1em
  25. &.title
  26. color: $baseColor1
  27. font-weight: bold
  28. table.code-example
  29. width: 100% !important
  30. td.linenos
  31. width: 20px
  32. padding-left: 10px
  33. td.code
  34. padding-left: 10px
  35. li#sec3 span#gasp
  36. color: $baseColor2 * 0.8
  37. font-style: italic