Skip to content

Commit c23a743

Browse files
committed
a11y and fun
1 parent 27a9bb0 commit c23a743

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/website/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,20 +172,20 @@
172172

173173
.cta a {
174174
display: inline-block;
175-
background: linear-gradient(135deg, #8b7355 0%, #a68968 100%);
176-
color: white;
177-
padding: 1rem 3rem;
178-
border-radius: 30px;
179-
text-decoration: none;
175+
text-decoration: underline;
176+
color: #5d4e37;
180177
font-size: 1.2rem;
181178
font-weight: 600;
182-
box-shadow: 0 4px 12px rgba(139, 115, 85, 0.3);
183-
transition: transform 0.2s, box-shadow 0.2s;
179+
transition: transform 0.2s, text-shadow 0.2s;
184180
}
185181

186182
.cta a:hover {
187183
transform: translateY(-2px);
188-
box-shadow: 0 6px 16px rgba(139, 115, 85, 0.4);
184+
text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
185+
}
186+
187+
.cta::before {
188+
content: "🥔 ";
189189
}
190190

191191
footer {
@@ -289,7 +289,7 @@ <h2>Built With</h2>
289289
</div>
290290

291291
<div class="cta">
292-
<a href="https://github.com/kurowski/potasko" target="_blank">View on GitHub</a>
292+
<a href="https://github.com/kurowski/potasko" target="_blank">Fork the potato on GitHub</a>
293293
</div>
294294

295295
<footer>

0 commit comments

Comments
 (0)