Skip to content

Commit 4805046

Browse files
Copilotseanieb
andcommitted
Make download button more prominent with simplified text
Co-authored-by: seanieb <191516+seanieb@users.noreply.github.com>
1 parent b73a7ff commit 4805046

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h2>Ready to Secure Your Mac?</h2>
151151
<p>Get the panic button your Mac deserves.</p>
152152
<p class="opensource-note">PanicLock is open source software.</p>
153153
<div class="cta-buttons">
154-
<a href="https://github.com/paniclock/paniclock/releases/latest" class="btn btn-primary">Download Latest Release</a>
154+
<a href="https://github.com/paniclock/paniclock/releases/latest" class="btn btn-primary btn-large">Download PanicLock</a>
155155
<a href="https://github.com/paniclock/paniclock" class="btn btn-secondary">View on GitHub</a>
156156
</div>
157157
</div>

styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ nav {
105105
box-shadow: var(--shadow-lg);
106106
}
107107

108+
.btn-large {
109+
padding: 16px 40px;
110+
font-size: 18px;
111+
font-weight: 600;
112+
}
113+
108114
.btn-secondary {
109115
background-color: rgba(255, 255, 255, 0.2);
110116
color: white;

0 commit comments

Comments
 (0)