File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 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 ;
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 {
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 }
6059 display : flex;
6160 border-top : 1px solid # ccc ;
6261 padding : 10px ;
63- background : # f0f0f0 ;
62+ background : white ;
6463 }
6564
6665 # user-input {
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 >
You can’t perform that action at this time.
0 commit comments