From 95862f2b20c81294413824ec2dd00f9b17905994 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 13 Aug 2020 19:21:14 +0200 Subject: initial commit --- web/feature.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 web/feature.scss (limited to 'web/feature.scss') diff --git a/web/feature.scss b/web/feature.scss new file mode 100644 index 0000000..061ed55 --- /dev/null +++ b/web/feature.scss @@ -0,0 +1,17 @@ +/* usage: sassc --style compressed feature.scss feature.css */ + +@import 'cgit'; + +code > ol.hl { + padding: 0; + margin: 0; +} + +code > ol.hl > li.hl { + height: 0; + &::before { + border-left: 1px solid grey; + margin-right: .5em; + content: ''; + } +} -- cgit v1.2.3