Skip to content

Commit 8fa0063

Browse files
committed
Turn github from button to text link
The first big call to action should not be the github page. Confuses the people that search for the download.
1 parent e0a4bfb commit 8fa0063

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1 class="glitch" data-text="chillerbot-ux">chillerbot-ux</h1>
2525
<li>Auto reply to common pings in chat <code>bind h reply_to_last_ping</code></li>
2626
<li>Change username before touching the finish line <code>cl_finish_rename</code></li>
2727
</ul>
28-
<p>For more info and releases visit <a href="https://github.com/chillerbot/chillerbot-ux" class="btn">GitHub</a></p>
28+
<p>For more info and releases visit <a href="https://github.com/chillerbot/chillerbot-ux">GitHub</a>.</p>
2929
<img src="https://raw.githubusercontent.com/ChillerDragon/cdn/master/chillerbot_warlist_basic.gif" alt="warlist" class="feature-img">
3030
<h3>Download v008</h3>
3131
<div class="download-buttons">

style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ body {
6060
min-height: 100vh;
6161
}
6262

63+
a {
64+
color: #4CAF50;
65+
}
66+
a:hover {
67+
color: #63cf66;
68+
}
69+
6370
.all {
6471
min-height: 100vh;
6572
display: flex;

0 commit comments

Comments
 (0)