summaryrefslogtreecommitdiff
path: root/cgit/web/local.scss
blob: 23879eb928bfa43284b321b5fd166a96f48e75e8 (plain)
  1. /* usage: sassc --style compressed local.scss local.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. }