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;
93 color: var(--color-primary);
94 fill: var(--color-primary);
96 text-decoration: none;
97 transition: filter ease-in-out 80ms;
100 text-decoration: underline;
103 display: inline-block;
107 display: inline-block;
109 &:focus img:only-child {
110 outline: 2px dashed var(--color-primary);
123 * Other HTML Text Elements
125 p, ul, ol, pre, table, blockquote {
127 margin-bottom: 1.375em;
136 background-image: linear-gradient(to right, #FFF, #e3e0e0 20%, #e3e0e0 80%, #FFF);
138 &.margin-top, &.even {
143 strong, b, .bold, .strong {
145 > strong, > b, > .bold, > .strong {
154 small, p.small, span.small, .text-small {
156 color: lighten($text-dark, 10%);
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 var(--color-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;
260 padding-left: $-m * 1.3;
261 padding-right: $-m * 1.3;
275 padding-left: $-m * 2;
276 padding-right: $-m * 2;
279 li.checkbox-item, li.task-list-item {
281 margin-left: - ($-m * 1.3);
282 input[type="checkbox"] {
288 * Generic text styling classes
291 text-decoration: underline;
304 @each $sizeLetter, $size in $screen-sizes {
305 @include larger-than($size) {
306 .text-#{$sizeLetter}-center {
309 .text-#{$sizeLetter}-left {
312 .text-#{$sizeLetter}-right {
331 word-wrap: break-word;
332 overflow-wrap: break-word;
338 text-overflow: ellipsis;
346 h1, h2, h3, h4, h5, h6 {
366 display: inline-block;
370 pointer-events: none;