From 170ed8723e889c54b0d6ee9ed2cc9fc7986e7caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Wed, 20 Jan 2021 14:13:50 +0100 Subject: Min. stylesheet for orgmode --- sass/style/org.sass | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sass/style/org.sass (limited to 'sass') diff --git a/sass/style/org.sass b/sass/style/org.sass new file mode 100644 index 0000000..67600e2 --- /dev/null +++ b/sass/style/org.sass @@ -0,0 +1,29 @@ + +/* sass ~~ /style/org.css */ + + +@import "common.sass" + +/* + * html native elements + */ + +h1,h2,h3 + line-height: 1.2 + +img + max-width: 750px + border-radius: 10px + +pre + font-family: monospace,monospace + +pre.src + background-color: $grey + color: $black + border-left: solid $grey_1 .3em + +div + @for $i from 1 through 6 + &.outline-#{$i} + margin-left: 2em -- cgit v1.2.3