summaryrefslogtreecommitdiffstats
path: root/sass/style/org.sass
blob: 67600e27ce5250ef05b40a37c264c91a176e686b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
remember that computers suck.