Skip to content

Commit 42c49c5

Browse files
committed
fixed input field text color
1 parent 49418f9 commit 42c49c5

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[
2+
[
3+
{
4+
"sender": "bot",
5+
"message": "Hi there! \ud83d\udc4b I'm Histronaut, your AI history tutor. Ask me anything about history or click one of the suggestions above to get started!\n\n\n"
6+
},
7+
{
8+
"sender": "user",
9+
"message": "Ancient Egypt"
10+
},
11+
{
12+
"sender": "user",
13+
"message": "Ancient Egypt"
14+
},
15+
{
16+
"sender": "bot",
17+
"message": "Unfortunately, the provided textbook excerpts do not contain any information about Ancient Egypt. My apologies! I can't answer your question based on the available material."
18+
}
19+
]
20+
]

templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@
591591

592592
.form-control:focus {
593593
background-color: transparent;
594+
color: var(--text-primary);
594595
outline: none;
595596
}
596597

0 commit comments

Comments
 (0)