diff options
Diffstat (limited to 'sass/style')
-rw-r--r-- | sass/style/org.sass | 29 |
1 files changed, 29 insertions, 0 deletions
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 |