summaryrefslogtreecommitdiff
path: root/web/feature.scss
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-08-13 19:21:14 +0200
committerJonas Smedegaard <dr@jones.dk>2020-08-13 19:21:14 +0200
commit95862f2b20c81294413824ec2dd00f9b17905994 (patch)
tree828217c395c60630070510ee247e323861260b86 /web/feature.scss
initial commit
Diffstat (limited to 'web/feature.scss')
-rw-r--r--web/feature.scss17
1 files changed, 17 insertions, 0 deletions
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: '';
+ }
+}