File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ <h1 class="glitch" data-text="chillerbot-ux">chillerbot-ux</h1>
25
25
< li > Auto reply to common pings in chat < code > bind h reply_to_last_ping</ code > </ li >
26
26
< li > Change username before touching the finish line < code > cl_finish_rename</ code > </ li >
27
27
</ 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 >
29
29
< img src ="https://raw.githubusercontent.com/ChillerDragon/cdn/master/chillerbot_warlist_basic.gif " alt ="warlist " class ="feature-img ">
30
30
< h3 > Download v008</ h3 >
31
31
< div class ="download-buttons ">
Original file line number Diff line number Diff line change @@ -60,6 +60,13 @@ body {
60
60
min-height : 100vh ;
61
61
}
62
62
63
+ a {
64
+ color : # 4CAF50 ;
65
+ }
66
+ a : hover {
67
+ color : # 63cf66 ;
68
+ }
69
+
63
70
.all {
64
71
min-height : 100vh ;
65
72
display : flex;
You can’t perform that action at this time.
0 commit comments