|
93 | 93 | text-rendering: optimizeLegibility;
|
94 | 94 | font-variant-ligatures: common-ligatures;
|
95 | 95 | font-kerning: normal;
|
96 |
| - line-height: 1.5; |
| 96 | + line-height: 1.6; |
97 | 97 | color: var(--text-color);
|
98 | 98 | background-color: var(--background-color);
|
99 | 99 | }
|
@@ -145,10 +145,13 @@ ol {
|
145 | 145 | list-style-position: inside;
|
146 | 146 | padding-left: 1em;
|
147 | 147 | }
|
148 |
| -:not(fieldset) > ul li::marker { |
| 148 | +:not(fieldset) > ul:not(.no-marker) li::marker { |
149 | 149 | color: currentColor;
|
150 | 150 | content: '🞄 ';
|
151 | 151 | }
|
| 152 | +ul.no-marker { |
| 153 | + list-style-type: none; |
| 154 | +} |
152 | 155 |
|
153 | 156 | /* TABLES */
|
154 | 157 | table {
|
@@ -232,6 +235,11 @@ strong,
|
232 | 235 | th {
|
233 | 236 | font-weight: var(--text-fat);
|
234 | 237 | }
|
| 238 | +h2 { letter-spacing: 0.02em; } |
| 239 | +h3 { letter-spacing: 0.03em; } |
| 240 | +h4 { letter-spacing: 0.04em; } |
| 241 | +h5 { letter-spacing: 0.06em; } |
| 242 | +h6 { letter-spacing: 0.08em; } |
235 | 243 |
|
236 | 244 | small {
|
237 | 245 | letter-spacing: 0.025em;
|
@@ -349,6 +357,10 @@ ins {
|
349 | 357 | background-color: var(--accepted);
|
350 | 358 | }
|
351 | 359 |
|
| 360 | +iframe { |
| 361 | + border: none; |
| 362 | +} |
| 363 | + |
352 | 364 | /* FORMS */
|
353 | 365 | ::placeholder {
|
354 | 366 | color: var(--form-placeholder);
|
@@ -421,9 +433,9 @@ input[type='button'] {
|
421 | 433 | padding-right: 30px;
|
422 | 434 | padding-left: 30px;
|
423 | 435 | }
|
424 |
| -button:hover, |
425 |
| -input[type='submit']:hover, |
426 |
| -input[type='button']:hover { |
| 436 | +button:not(:disabled):hover, |
| 437 | +input[type='submit']:not(:disabled):hover, |
| 438 | +input[type='button']:not(:disabled):hover { |
427 | 439 | background-color: var(--button-hover-color);
|
428 | 440 | }
|
429 | 441 | /* STATES */
|
@@ -550,9 +562,6 @@ input[type='range']::-moz-range-thumb {
|
550 | 562 | input[type="search"] {
|
551 | 563 | -webkit-appearance: textfield;
|
552 | 564 | }
|
553 |
| -input[type="search"]:focus { |
554 |
| - box-shadow: 1px 1px 1px 1px var(--focus-color); |
555 |
| -} |
556 | 565 | input::-webkit-search-decoration,
|
557 | 566 | input::-webkit-search-cancel-button {
|
558 | 567 | /* get rid of non-standard weirdness */
|
@@ -756,7 +765,8 @@ nav ul li::marker {
|
756 | 765 | filter: invert(100%);
|
757 | 766 | }
|
758 | 767 |
|
759 |
| - nav, aside { |
| 768 | + nav, |
| 769 | + aside { |
760 | 770 | display: none;
|
761 | 771 | }
|
762 | 772 |
|
|
0 commit comments