// Typography h1, h2, h3, h4, h5, h6 { color: inherit; font-weight: 300; line-height: 1.2; margin-bottom: 1.5rem; margin-top: 0; } h1 { font-size: 5rem; } h2 { font-size: 4rem; } h3 { font-size: 3rem; } h4 { font-size: 2.4rem; } h5 { font-size: 2rem; } h6 { font-size: 1.6rem; } p { margin: 0 0 1rem; } blockquote { border-left: .2rem solid #ddd; margin-left: 0; padding: 1rem 2rem; p:last-child { margin-bottom: 0; } cite { color: lighten(@body-font-color, 50%); } } ul, ol { margin: 2rem 0 2rem 2rem; padding: 0; ul, ol { margin: 1.5rem 0 1.5rem 2rem; } li { margin-top: 1rem; } } ul { list-style: disc inside; ul { list-style-type: circle; } } ol { list-style: decimal inside; ol { list-style-type: lower-alpha; } } dl { dt { font-weight: bold; } dd { margin: .5rem 0 1.5rem 0; } } mark { background: lighten(@control-color-warning, 32%); .label-base(); } kbd { background: @core-dark-color; color: @core-light-color; .label-base(); } abbr[title] { border-bottom: .1rem dotted; cursor: help; text-decoration: none; } ins, u { text-decoration: underline; } // Code code { background: @core-border-color; color: lighten(@body-font-color, 20%); .label-base(); } pre { background: lighten(@core-border-color, 4%); line-height: 1.8rem; margin-bottom: 1em; margin-top: 1em; overflow: auto; padding: 2rem 2.5rem; position: relative; > code { background: transparent; border-left: 0; font-size: 1em; line-height: 1.8rem; padding: 0; &::before { content: attr(data-lang); color: @control-color; font-size: 1.2rem; position: absolute; right: 1rem; top: .2rem; } } }