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.
 
 
 
 
 
 

41 lines
586 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. li#sec3 span#gasp
  29. color: $baseColor2 * 0.8
  30. font-style: italic