5 body, button, input, select, label, textarea {
8 .Codemirror, pre, #markdown-editor-input, .editor-toolbar, .code-base {
18 line-height: 1.22222222em;
19 margin-top: 0.48888889em;
20 margin-bottom: 0.48888889em;
24 line-height: 1.294117647em;
25 margin-top: 0.8627451em;
26 margin-bottom: 0.43137255em;
30 line-height: 1.221428572em;
31 margin-top: 0.78571429em;
32 margin-bottom: 0.43137255em;
37 margin-top: 0.78571429em;
38 margin-bottom: 0.43137255em;
41 h1, h2, h3, h4, h5, h6 {
49 color: lighten($text-dark, 32%);
60 margin-top: 0.78571429em;
61 margin-bottom: 0.66em;
64 @include smaller-than($s) {
78 font-size: 1.161616em;
88 text-decoration: none;
89 transition: color ease-in-out 80ms;
92 text-decoration: underline;
93 color: darken($primary, 20%);
96 display: inline-block;
100 display: inline-block;
112 * Other HTML Text Elements
114 p, ul, ol, pre, table, blockquote {
116 margin-bottom: 1.375em;
125 background-image: linear-gradient(to right, #FFF, #e3e0e0 20%, #e3e0e0 80%, #FFF);
127 &.margin-top, &.even {
132 strong, b, .bold, .strong {
134 > strong, > b, > .bold, > .strong {
143 small, p.small, span.small, .text-small {
145 color: lighten($text-dark, 20%);
146 small, p.small, span.small, .text-small {
152 vertical-align: super;
163 background-color: #f5f5f5;
164 border: 1px solid #DDD;
176 background-color: #f5f5f5;
178 border-right: 1px solid #DDD;
194 border-left: 4px solid $primary;
195 background-color: #F8F8F8;
196 padding: $-s $-m $-s $-xl;
204 color: lighten($text-dark, 20%);
209 background-color: #F8F8F8;
211 border: 1px solid #DDD;
221 margin-bottom: 1.2em;
230 background-color: transparent;
238 //background-color: rgba($primary, 0.2);
253 padding-left: $-m * 1.3;
254 padding-right: $-m * 1.3;
268 padding-left: $-m * 2;
269 padding-right: $-m * 2;
272 li.checkbox-item, li.task-list-item {
274 margin-left: - ($-m * 1.3);
275 input[type="checkbox"] {
281 * Generic text styling classes
284 text-decoration: underline;
312 word-wrap: break-word;
313 overflow-wrap: break-word;
321 h1, h2, h3, h4, h5, h6 {
345 display: inline-block;