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;
96 text-decoration: none;
97 transition: color ease-in-out 80ms;
100 text-decoration: underline;
101 color: darken($primary, 20%);
104 display: inline-block;
108 display: inline-block;
120 * Other HTML Text Elements
122 p, ul, ol, pre, table, blockquote {
124 margin-bottom: 1.375em;
133 background-image: linear-gradient(to right, #FFF, #e3e0e0 20%, #e3e0e0 80%, #FFF);
135 &.margin-top, &.even {
140 strong, b, .bold, .strong {
142 > strong, > b, > .bold, > .strong {
151 small, p.small, span.small, .text-small {
153 color: lighten($text-dark, 10%);
154 small, p.small, span.small, .text-small {
160 vertical-align: super;
171 background-color: #f5f5f5;
172 border: 1px solid #DDD;
184 background-color: #f5f5f5;
186 border-right: 1px solid #DDD;
202 border-left: 4px solid $primary;
203 background-color: #F8F8F8;
204 padding: $-s $-m $-s $-xl;
212 color: lighten($text-dark, 20%);
217 background-color: #F8F8F8;
219 border: 1px solid #DDD;
229 margin-bottom: 1.2em;
238 background-color: transparent;
246 //background-color: rgba($primary, 0.2);
261 padding-left: $-m * 1.3;
262 padding-right: $-m * 1.3;
276 padding-left: $-m * 2;
277 padding-right: $-m * 2;
280 li.checkbox-item, li.task-list-item {
282 margin-left: - ($-m * 1.3);
283 input[type="checkbox"] {
289 * Generic text styling classes
292 text-decoration: underline;
320 word-wrap: break-word;
321 overflow-wrap: break-word;
329 h1, h2, h3, h4, h5, h6 {
353 display: inline-block;