Skip to content

Commit 9cab00a

Browse files
authored
Merge pull request #33 from DefangLabs/linda-fix-styles
Fix styling
2 parents c9e78cd + cea68fd commit 9cab00a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

app/templates/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Ask Defang</title>
77
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/4.0.2/marked.min.js"></script>
8-
<link rel="icon" href="{{ url_for('static', filename='images/defang_icon.svg') }}" type="image/svg">
8+
<link rel="icon" href="{{ url_for('static', filename='images/favicon.ico') }}" type="image/x-icon">
99
<style>
1010
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
1111
</style>
@@ -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>
14.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)