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 {
45 @include lightDark(color, #222, #BBB);
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);
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;
133 @include lightDark(background, #eaeaea, #555);
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 @include lightDark(color, #5e5e5e, #999);
160 vertical-align: super;
171 border: 1px solid #DDD;
172 @include lightDark(background-color, #f5f5f5, #2B2B2B);
173 @include lightDark(border-color, #DDD, #111);
186 @include lightDark(background-color, #f5f5f5, #313335);
187 @include lightDark(border-right, 1px solid #DDD, none);
203 border-left: 4px solid var(--color-primary);
204 @include lightDark(background-color, #f8f8f8, #333);
205 padding: $-s $-m $-s $-xl;
214 color: lighten($text-dark, 20%);
223 text-transform: uppercase;
227 text-transform: capitalize;
232 border: 1px solid #DDD;
234 @include lightDark(background-color, #f8f8f8, #2b2b2b);
235 @include lightDark(border-color, #DDD, #444);
242 white-space:pre-wrap;
252 background-color: transparent;
273 padding-left: $-m * 1.3;
274 padding-right: $-m * 1.3;
288 padding-left: $-m * 2;
289 padding-right: $-m * 2;
292 li.checkbox-item, li.task-list-item {
294 margin-left: - ($-m * 1.3);
295 input[type="checkbox"] {
301 margin-block-end: 0px;
302 margin-block-start: 0px;
303 padding-block-end: 0px;
304 padding-block-start: 0px;
308 * Generic text styling classes
311 text-decoration: underline;
324 @each $sizeLetter, $size in $screen-sizes {
325 @include larger-than($size) {
326 .text-#{$sizeLetter}-center {
329 .text-#{$sizeLetter}-left {
332 .text-#{$sizeLetter}-right {
351 word-wrap: break-word;
352 overflow-wrap: break-word;
358 text-overflow: ellipsis;
366 h1, h2, h3, h4, h5, h6 {
386 display: inline-block;
389 margin-inline-end: $-xs;
390 pointer-events: none;