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.
 
 
 
 
 
 

40 lines
573 B

  1. @import variables
  2. h1
  3. color: $baseColor1
  4. span
  5. color: $baseColor2
  6. h2, h3
  7. color: $baseColor2 * 0.8
  8. p
  9. line-height: 1.8em
  10. ul
  11. list-style: none
  12. margin-bottom: 2%
  13. li
  14. margin-bottom: 2%
  15. span
  16. &#code
  17. background-color: $baseColor3 * 1.2
  18. font-family: monospace
  19. padding: 5px
  20. &#string
  21. color: $baseColor1
  22. font-family: monospace
  23. font-size: 1.1em
  24. &#title
  25. color: $baseColor1
  26. font-weight: bold
  27. li#sec3 span#gasp
  28. color: $baseColor2 * 0.8
  29. font-style: italic