summaryrefslogtreecommitdiff
path: root/web/feature.scss
blob: 061ed553ddd9c90c03f812b2724f2232eb162805 (plain)
  1. /* usage: sassc --style compressed feature.scss feature.css */
  2. @import 'cgit';
  3. code > ol.hl {
  4. padding: 0;
  5. margin: 0;
  6. }
  7. code > ol.hl > li.hl {
  8. height: 0;
  9. &::before {
  10. border-left: 1px solid grey;
  11. margin-right: .5em;
  12. content: '';
  13. }
  14. }