|
106 | 106 | } |
107 | 107 |
|
108 | 108 | .brand .accent { |
109 | | - color: #F97B6D; |
| 109 | + color: #D4594C; |
110 | 110 | } |
111 | 111 |
|
112 | 112 | .links { |
|
116 | 116 |
|
117 | 117 | .links a { |
118 | 118 | text-decoration: none; |
119 | | - color: #9CA3AF; |
| 119 | + color: #6B7280; |
120 | 120 | font-size: 0.82rem; |
121 | 121 | font-weight: 500; |
122 | 122 | transition: color 0.15s; |
|
142 | 142 | .hero-kicker { |
143 | 143 | font-size: 0.72rem; |
144 | 144 | font-weight: 600; |
145 | | - color: #F97B6D; |
| 145 | + color: #D4594C; |
146 | 146 | text-transform: uppercase; |
147 | 147 | letter-spacing: 0.1em; |
148 | 148 | margin-bottom: 12px; |
|
159 | 159 |
|
160 | 160 | .hero-sub { |
161 | 161 | font-size: 1.05rem; |
162 | | - color: #9CA3AF; |
| 162 | + color: #6B7280; |
163 | 163 | line-height: 1.6; |
164 | 164 | max-width: 560px; |
165 | 165 | margin-bottom: 12px; |
166 | 166 | } |
167 | 167 |
|
168 | 168 | .hero-by { |
169 | 169 | font-size: 0.85rem; |
170 | | - color: #9CA3AF; |
| 170 | + color: #6B7280; |
171 | 171 | margin-bottom: 36px; |
172 | 172 | } |
173 | 173 |
|
174 | 174 | .hero-by a { |
175 | | - color: #F97B6D; |
| 175 | + color: #D4594C; |
176 | 176 | text-decoration: none; |
177 | 177 | font-weight: 600; |
178 | 178 | } |
|
196 | 196 |
|
197 | 197 | .num-label { |
198 | 198 | font-size: 0.72rem; |
199 | | - color: #9CA3AF; |
| 199 | + color: #6B7280; |
200 | 200 | letter-spacing: 0.02em; |
201 | 201 | } |
202 | 202 |
|
|
210 | 210 | .section-label { |
211 | 211 | font-size: 0.72rem; |
212 | 212 | font-weight: 600; |
213 | | - color: #9CA3AF; |
| 213 | + color: #6B7280; |
214 | 214 | text-transform: uppercase; |
215 | 215 | letter-spacing: 0.08em; |
216 | 216 | margin-bottom: 20px; |
|
249 | 249 | .tax-count { |
250 | 250 | font-family: 'JetBrains Mono', monospace; |
251 | 251 | font-size: 0.7rem; |
252 | | - color: #9CA3AF; |
| 252 | + color: #6B7280; |
253 | 253 | } |
254 | 254 |
|
255 | 255 | .tax-bar { |
|
308 | 308 | gap: 12px; |
309 | 309 | margin-top: 12px; |
310 | 310 | font-size: 0.72rem; |
311 | | - color: #9CA3AF; |
| 311 | + color: #6B7280; |
312 | 312 | } |
313 | 313 |
|
314 | 314 | .lang-legend-item { |
|
323 | 323 | } |
324 | 324 |
|
325 | 325 | .lang-legend-active { |
326 | | - color: #F97B6D; |
| 326 | + color: #D4594C; |
327 | 327 | font-weight: 600; |
328 | 328 | } |
329 | 329 |
|
|
348 | 348 |
|
349 | 349 | .explore-count { |
350 | 350 | font-size: 0.72rem; |
351 | | - color: #9CA3AF; |
| 351 | + color: #6B7280; |
352 | 352 | font-family: 'JetBrains Mono', monospace; |
353 | 353 | } |
354 | 354 |
|
|
367 | 367 | font-size: 0.72rem; |
368 | 368 | font-weight: 600; |
369 | 369 | background: #fef0ee; |
370 | | - color: #F97B6D; |
| 370 | + color: #D4594C; |
371 | 371 | } |
372 | 372 |
|
373 | 373 | .filter-pill button { |
374 | 374 | background: none; |
375 | 375 | border: none; |
376 | | - color: #F97B6D; |
| 376 | + color: #D4594C; |
377 | 377 | cursor: pointer; |
378 | 378 | font-size: 0.8rem; |
379 | 379 | line-height: 1; |
|
387 | 387 | gap: 10px; |
388 | 388 | margin-bottom: 16px; |
389 | 389 | font-size: 0.78rem; |
390 | | - color: #9CA3AF; |
| 390 | + color: #6B7280; |
391 | 391 | } |
392 | 392 |
|
393 | 393 | .conf-filter input[type="range"] { |
|
403 | 403 |
|
404 | 404 | .download-guide summary { |
405 | 405 | cursor: pointer; |
406 | | - color: #9CA3AF; |
| 406 | + color: #6B7280; |
407 | 407 | font-size: 0.72rem; |
408 | 408 | font-weight: 600; |
409 | 409 | text-transform: uppercase; |
|
443 | 443 | border-radius: 6px; |
444 | 444 | border: 1px solid #F97B6D; |
445 | 445 | background: #fff; |
446 | | - color: #F97B6D; |
| 446 | + color: #D4594C; |
447 | 447 | cursor: pointer; |
448 | 448 | transition: all 0.15s; |
449 | 449 | white-space: nowrap; |
|
469 | 469 | text-align: left; |
470 | 470 | font-size: 0.68rem; |
471 | 471 | font-weight: 600; |
472 | | - color: #9CA3AF; |
| 472 | + color: #6B7280; |
473 | 473 | text-transform: uppercase; |
474 | 474 | letter-spacing: 0.06em; |
475 | 475 | padding: 8px 0; |
|
508 | 508 | } |
509 | 509 |
|
510 | 510 | .doc-link:hover .fname { |
511 | | - color: #F97B6D; |
| 511 | + color: #D4594C; |
512 | 512 | } |
513 | 513 |
|
514 | 514 | .dtable td:last-child { |
|
525 | 525 |
|
526 | 526 | .label-type { |
527 | 527 | background: #fef0ee; |
528 | | - color: #F97B6D; |
| 528 | + color: #D4594C; |
529 | 529 | } |
530 | 530 |
|
531 | 531 | .label-topic { |
|
536 | 536 | .mono { |
537 | 537 | font-family: 'JetBrains Mono', monospace; |
538 | 538 | font-size: 0.78rem; |
539 | | - color: #9CA3AF; |
| 539 | + color: #6B7280; |
540 | 540 | } |
541 | 541 |
|
542 | 542 | .conf-g { |
|
595 | 595 | /* Loading state */ |
596 | 596 | .loading-row td { |
597 | 597 | text-align: center; |
598 | | - color: #9CA3AF; |
| 598 | + color: #6B7280; |
599 | 599 | padding: 24px 0; |
600 | 600 | } |
601 | 601 |
|
|
611 | 611 | .pagination-info { |
612 | 612 | font-family: 'JetBrains Mono', monospace; |
613 | 613 | font-size: 0.72rem; |
614 | | - color: #9CA3AF; |
| 614 | + color: #6B7280; |
615 | 615 | } |
616 | 616 |
|
617 | 617 | .pagination-btns { |
|
622 | 622 | .pg-btn { |
623 | 623 | font-family: 'JetBrains Mono', monospace; |
624 | 624 | font-size: 0.78rem; |
625 | | - color: #9CA3AF; |
| 625 | + color: #6B7280; |
626 | 626 | padding: 6px 12px; |
627 | 627 | border-radius: 4px; |
628 | 628 | border: 1px solid #e5e5e5; |
|
633 | 633 |
|
634 | 634 | .pg-btn:hover { |
635 | 635 | border-color: #F97B6D; |
636 | | - color: #F97B6D; |
| 636 | + color: #D4594C; |
637 | 637 | } |
638 | 638 |
|
639 | 639 | .pg-btn:disabled { |
|
643 | 643 |
|
644 | 644 | .pg-btn:disabled:hover { |
645 | 645 | border-color: #e5e5e5; |
646 | | - color: #9CA3AF; |
| 646 | + color: #6B7280; |
647 | 647 | } |
648 | 648 |
|
649 | 649 | .pg-btn.active { |
|
661 | 661 | align-items: center; |
662 | 662 | justify-content: space-between; |
663 | 663 | font-size: 0.78rem; |
664 | | - color: #9CA3AF; |
| 664 | + color: #6B7280; |
665 | 665 | max-width: 1200px; |
666 | 666 | margin: 0 auto; |
667 | 667 | padding: 24px 48px; |
668 | 668 | } |
669 | 669 |
|
670 | 670 | .site-footer a { |
671 | | - color: #9CA3AF; |
| 671 | + color: #6B7280; |
672 | 672 | text-decoration: none; |
673 | 673 | } |
674 | 674 |
|
|
743 | 743 | .preview-dl { |
744 | 744 | border: 1px solid #F97B6D; |
745 | 745 | background: #fff; |
746 | | - color: #F97B6D; |
| 746 | + color: #D4594C; |
747 | 747 | } |
748 | 748 |
|
749 | 749 | .preview-dl:hover { |
|
754 | 754 | .preview-close { |
755 | 755 | border: 1px solid #e5e5e5; |
756 | 756 | background: #fff; |
757 | | - color: #9CA3AF; |
| 757 | + color: #6B7280; |
758 | 758 | } |
759 | 759 |
|
760 | 760 | .preview-close:hover { |
|
775 | 775 | display: flex; |
776 | 776 | align-items: center; |
777 | 777 | justify-content: center; |
778 | | - color: #9CA3AF; |
| 778 | + color: #6B7280; |
779 | 779 | font-size: 0.85rem; |
780 | 780 | } |
781 | 781 |
|
782 | 782 | .preview-badge { |
783 | 783 | font-size: 0.68rem; |
784 | | - color: #9CA3AF; |
| 784 | + color: #6B7280; |
785 | 785 | font-weight: 500; |
786 | 786 | } |
787 | 787 |
|
788 | 788 | .preview-badge a { |
789 | | - color: #F97B6D; |
| 789 | + color: #D4594C; |
790 | 790 | text-decoration: none; |
791 | 791 | } |
792 | 792 |
|
|
879 | 879 | </div> |
880 | 880 | </header> |
881 | 881 |
|
882 | | - <div class="container"> |
| 882 | + <main class="container"> |
883 | 883 |
|
884 | 884 | <!-- Hero --> |
885 | 885 | <div class="hero"> |
@@ -977,7 +977,7 @@ <h1>The largest open corpus of classified Word documents</h1> |
977 | 977 | <div class="pagination" id="pagination"></div> |
978 | 978 | </div> |
979 | 979 |
|
980 | | - </div> |
| 980 | + </main> |
981 | 981 |
|
982 | 982 | <div class="site-footer"> |
983 | 983 | <span>Built by <a href="https://superdoc.dev/?utm_source=docxcorp.us&utm_medium=referral&utm_campaign=footer">SuperDoc</a> — DOCX editing and tooling.</span> |
@@ -1019,7 +1019,7 @@ <h1>The largest open corpus of classified Word documents</h1> |
1019 | 1019 |
|
1020 | 1020 | // ---------- color palettes ---------- |
1021 | 1021 | const CORAL_SHADES = ['#F97B6D', '#e06b5e', '#d45d52', '#c85046', '#bc433b']; |
1022 | | - const GRAY_SHADES = ['#9CA3AF', '#8a919e', '#787f8d', '#666d7c', '#545b6b']; |
| 1022 | + const GRAY_SHADES = ['#6B7280', '#8a919e', '#787f8d', '#666d7c', '#545b6b']; |
1023 | 1023 |
|
1024 | 1024 | // ---------- helpers ---------- |
1025 | 1025 | function $(id) { return document.getElementById(id); } |
|
0 commit comments