Skip to content

Commit d4acb29

Browse files
authored
Update index.html
1 parent 0299db0 commit d4acb29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:root {
1212
--primary: #4361ee;
1313
--primary-dark: #3a56d4;
14-
--success: #4cc9f0;
14+
--success: #228B22;
1515
--danger: #f72585;
1616
--warning: #f8961e;
1717
--dark: #1a1a2e;
@@ -184,7 +184,7 @@
184184
}
185185

186186
footer a {
187-
color: var(--success);
187+
color: #4cc9f0;
188188
text-decoration: none;
189189
transition: color 0.3s ease;
190190
}
@@ -409,7 +409,7 @@ <h1 class="logo">Telegram Bot Manager</h1>
409409
<i class="fas fa-link"></i>
410410
</div>
411411
<h3 class="card-title">Create Webhook</h3>
412-
<p class="card-desc">Set up a new webhook for your Telegram bot to receive updates</p>
412+
<p class="card-desc">Set up a new webhook for your Telegram bot</p>
413413
<button class="btn btn-success" onclick="showCreateWebhookModal()">
414414
<i class="fas fa-plus-circle"></i> Create
415415
</button>

0 commit comments

Comments
 (0)