Skip to content

Commit 1989757

Browse files
committed
fix link color
1 parent c9e78cd commit 1989757

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/templates/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
input, button {
4242
font-family: 'Guaruja Neue', 'Exo 2', 'Helvetica Neue', Arial, sans-serif;
4343
}
44+
45+
a:link, a:visited, a:hover, a:active {
46+
color: white;
47+
text-decoration: none;
48+
}
4449

4550
.chat-container {
4651
width: 100%;
@@ -202,7 +207,7 @@ <h2>Ask Defang</h2>
202207
<img class="icon" style="height: 1.5em" src="{{ url_for('static', filename='images/github_icon.svg') }}" alt="github_icon"/>
203208
</a>
204209
<p>
205-
<a href="https://github.com/DefangLabs/docs-chatbot/issues" target="_blank" style="text-decoration: none;">
210+
<a href="https://github.com/DefangLabs/docs-chatbot/issues" target="_blank">
206211
Report an issue
207212
</a>
208213
</p>

0 commit comments

Comments
 (0)