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%);
157 vertical-align: super;
168 background-color: #f5f5f5;
169 border: 1px solid #DDD;
181 background-color: #f5f5f5;
183 border-right: 1px solid #DDD;
199 border-left: 4px solid $primary;
200 background-color: #F8F8F8;
201 padding: $-s $-m $-s $-xl;
209 color: lighten($text-dark, 20%);
214 background-color: #F8F8F8;
216 border: 1px solid #DDD;
226 margin-bottom: 1.2em;
235 background-color: transparent;
243 //background-color: rgba($primary, 0.2);
258 padding-left: $-m * 1.3;
259 padding-right: $-m * 1.3;
273 padding-left: $-m * 2;
274 padding-right: $-m * 2;
277 li.checkbox-item, li.task-list-item {
279 margin-left: - ($-m * 1.3);
280 input[type="checkbox"] {
286 * Generic text styling classes
289 text-decoration: underline;
317 word-wrap: break-word;
318 overflow-wrap: break-word;
326 h1, h2, h3, h4, h5, h6 {
346 display: inline-block;
350 pointer-events: none;