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%);
59 margin-top: 0.78571429em;
60 margin-bottom: 0.66em;
63 @include smaller-than($s) {
77 font-size: 1.161616em;
95 text-decoration: none;
96 transition: color ease-in-out 80ms;
99 text-decoration: underline;
100 color: darken($primary, 20%);
103 display: inline-block;
107 display: inline-block;
119 * Other HTML Text Elements
121 p, ul, ol, pre, table, blockquote {
123 margin-bottom: 1.375em;
132 background-image: linear-gradient(to right, #FFF, #e3e0e0 20%, #e3e0e0 80%, #FFF);
134 &.margin-top, &.even {
139 strong, b, .bold, .strong {
141 > strong, > b, > .bold, > .strong {
150 small, p.small, span.small, .text-small {
152 color: lighten($text-dark, 10%);
156 vertical-align: super;
167 background-color: #f5f5f5;
168 border: 1px solid #DDD;
180 background-color: #f5f5f5;
182 border-right: 1px solid #DDD;
198 border-left: 4px solid $primary;
199 background-color: #F8F8F8;
200 padding: $-s $-m $-s $-xl;
208 color: lighten($text-dark, 20%);
213 background-color: #F8F8F8;
215 border: 1px solid #DDD;
223 white-space:pre-wrap;
225 margin-bottom: 1.2em;
234 background-color: transparent;
242 //background-color: rgba($primary, 0.2);
257 padding-left: $-m * 1.3;
258 padding-right: $-m * 1.3;
272 padding-left: $-m * 2;
273 padding-right: $-m * 2;
276 li.checkbox-item, li.task-list-item {
278 margin-left: - ($-m * 1.3);
279 input[type="checkbox"] {
285 * Generic text styling classes
288 text-decoration: underline;
301 @each $sizeLetter, $size in $screen-sizes {
302 @include larger-than($size) {
303 .text-#{$sizeLetter}-center {
306 .text-#{$sizeLetter}-left {
309 .text-#{$sizeLetter}-right {
328 word-wrap: break-word;
329 overflow-wrap: break-word;
335 text-overflow: ellipsis;
343 h1, h2, h3, h4, h5, h6 {
363 display: inline-block;
367 pointer-events: none;