|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>PauseCat — The High-Performance Windows Break Reminder</title> |
| 6 | + <title>PauseCat — Increase productivity with paws-itive breaks</title> |
7 | 7 | <meta |
8 | 8 | name="description" |
9 | 9 | content="PauseCat lives in your Windows system tray and enforces break intervals. Built in Rust. Under 1.5 MB. Hardware accelerated." |
@@ -568,9 +568,21 @@ <h3 class="headline-card serif mb-4" style="font-size: 1.5rem"> |
568 | 568 | </p> |
569 | 569 | </div> |
570 | 570 |
|
571 | | - <div class="card bg-void flex flex-col" style="border-color: var(--border);"> |
572 | | - <div class="ui-label mb-4" style="color: var(--text-muted)">SETTINGS.JSON</div> |
573 | | - <pre class="mono" style="font-size: 0.8rem; color: var(--text-secondary); line-height: 1.6;"> |
| 571 | + <div |
| 572 | + class="card bg-void flex flex-col" |
| 573 | + style="border-color: var(--border)" |
| 574 | + > |
| 575 | + <div class="ui-label mb-4" style="color: var(--text-muted)"> |
| 576 | + SETTINGS.JSON |
| 577 | + </div> |
| 578 | + <pre |
| 579 | + class="mono" |
| 580 | + style=" |
| 581 | + font-size: 0.8rem; |
| 582 | + color: var(--text-secondary); |
| 583 | + line-height: 1.6; |
| 584 | + " |
| 585 | + > |
574 | 586 | { |
575 | 587 | <span style="color: var(--pink)">"behavior"</span>: { |
576 | 588 | <span style="color: var(--text-primary)">"mode"</span>: <span style="color: #86efac">"Hard"</span>, |
@@ -662,9 +674,7 @@ <h2 class="headline-section text-center mb-12"> |
662 | 674 | <div class="install-line"></div> |
663 | 675 | </div> |
664 | 676 | <div> |
665 | | - <h3 class="headline-card mb-2"> |
666 | | - Download from GitHub Releases |
667 | | - </h3> |
| 677 | + <h3 class="headline-card mb-2">Download from GitHub Releases</h3> |
668 | 678 | <p class="text-secondary text-sm"> |
669 | 679 | <code>[PauseCat_Installer.msi]</code> |
670 | 680 | </p> |
@@ -948,8 +958,8 @@ <h2 class="headline-section serif italic mb-6"> |
948 | 958 | </a> |
949 | 959 |
|
950 | 960 | <p class="text-muted text-sm"> |
951 | | - <span data-stat="version">—</span> · Apache 2.0 · Windows 10/11 · |
952 | | - < 1.5 MB |
| 961 | + <span data-stat="version">—</span> · Apache 2.0 · Windows 10/11 · < |
| 962 | + 1.5 MB |
953 | 963 | </p> |
954 | 964 | </div> |
955 | 965 | </section> |
|
0 commit comments