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 filter: brightness(1.3) saturate(0.7);
103 text-decoration: underline;
106 display: inline-block;
110 display: inline-block;
112 &:focus img:only-child {
113 outline: 2px dashed var(--color-primary);
126 * Other HTML Text Elements
128 p, ul, ol, pre, table, blockquote {
130 margin-bottom: 1.375em;
136 @include lightDark(background, #eaeaea, #222);
139 background-image: linear-gradient(to right, #FFF, #e3e0e0 20%, #e3e0e0 80%, #FFF);
141 &.margin-top, &.even {
146 strong, b, .bold, .strong {
148 > strong, > b, > .bold, > .strong {
157 small, p.small, span.small, .text-small {
159 @include lightDark(color, #5e5e5e, #999);
163 vertical-align: super;
174 border: 1px solid #DDD;
175 @include lightDark(background-color, #f5f5f5, #2B2B2B);
176 @include lightDark(border-color, #DDD, #111);
189 @include lightDark(background-color, #f5f5f5, #313335);
190 @include lightDark(border-right, 1px solid #DDD, none);
206 border-left: 4px solid var(--color-primary);
207 background-color: #F8F8F8;
208 padding: $-s $-m $-s $-xl;
216 color: lighten($text-dark, 20%);
225 text-transform: uppercase;
229 text-transform: capitalize;
234 border: 1px solid #DDD;
236 @include lightDark(background-color, #f8f8f8f, #2b2b2b);
237 @include lightDark(border-color, #DDD, #444);
244 white-space:pre-wrap;
254 background-color: transparent;
275 padding-left: $-m * 1.3;
276 padding-right: $-m * 1.3;
290 padding-left: $-m * 2;
291 padding-right: $-m * 2;
294 li.checkbox-item, li.task-list-item {
296 margin-left: - ($-m * 1.3);
297 input[type="checkbox"] {
303 margin-block-end: 0px;
304 margin-block-start: 0px;
305 padding-block-end: 0px;
306 padding-block-start: 0px;
310 * Generic text styling classes
313 text-decoration: underline;
326 @each $sizeLetter, $size in $screen-sizes {
327 @include larger-than($size) {
328 .text-#{$sizeLetter}-center {
331 .text-#{$sizeLetter}-left {
334 .text-#{$sizeLetter}-right {
353 word-wrap: break-word;
354 overflow-wrap: break-word;
360 text-overflow: ellipsis;
368 h1, h2, h3, h4, h5, h6 {
388 display: inline-block;
391 margin-inline-end: $-xs;
392 pointer-events: none;