Skip to content

Commit ad94b13

Browse files
authored
Update index.html
1 parent e1e0ac8 commit ad94b13

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

index.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
font-family: "Segoe UI", sans-serif;
1010
margin: 0;
1111
padding: 0;
12-
background-color: #e5ddd5;
12+
background-color: #fff8e1; /* zachte oranje achtergrond */
1313
display: flex;
1414
flex-direction: column;
1515
height: 100vh;
1616
}
1717

1818
h1 {
1919
text-align: center;
20-
background-color: #128c7e;
21-
color: white;
20+
background-color: #ffc827; /* oranje kopbalk */
21+
color: black;
2222
padding: 12px 0;
2323
margin: 0;
2424
font-size: 20px;
@@ -30,8 +30,7 @@
3030
padding: 16px;
3131
display: flex;
3232
flex-direction: column;
33-
background: url("https://www.transparenttextures.com/patterns/cubes.png") repeat;
34-
background-color: #e5ddd5;
33+
background-color: #fff8e1;
3534
}
3635

3736
.message {
@@ -45,13 +44,13 @@
4544
}
4645

4746
.user-message {
48-
background-color: #dcf8c6;
47+
background-color: #ffe082;
4948
align-self: flex-end;
5049
border-bottom-right-radius: 0;
5150
}
5251

5352
.agent-message {
54-
background-color: white;
53+
background-color: #fffde7;
5554
align-self: flex-start;
5655
border-bottom-left-radius: 0;
5756
}
@@ -60,7 +59,7 @@
6059
display: flex;
6160
border-top: 1px solid #ccc;
6261
padding: 10px;
63-
background: #f0f0f0;
62+
background: white;
6463
}
6564

6665
#user-input {
@@ -75,15 +74,15 @@
7574
button {
7675
padding: 10px 16px;
7776
font-size: 16px;
78-
background-color: #128c7e;
79-
color: white;
77+
background-color: #ffc827;
78+
color: black;
8079
border: none;
8180
border-radius: 20px;
8281
cursor: pointer;
8382
}
8483

8584
button:hover {
86-
background-color: #075e54;
85+
background-color: #ffa000;
8786
}
8887
</style>
8988
</head>

0 commit comments

Comments
 (0)