@@ -27,15 +27,22 @@ body {
2727.full-width {
2828 width : 100% ;
2929}
30+ .falsy ,
31+ .truthy {
32+ padding : 0.1rem 0.4rem ;
33+ border-radius : 0.25rem ;
34+ }
3035.falsy {
3136 color : red;
37+ background-color : rgba (248 , 84 , 84 , 0.28 );
3238}
3339.truthy {
3440 color : green;
41+ background-color : rgba (5 , 157 , 5 , 0.28 );
3542}
3643
3744.main-container {
38- min- height: 100vh ;
45+ height : 100vh ;
3946 display : flex;
4047 flex-direction : column;
4148 justify-content : flex-end;
@@ -55,10 +62,13 @@ body {
5562 align-self : flex-start;
5663 padding : 0.85rem 1rem ;
5764 border-radius : 0.35rem ;
58- background-color : # eff1f6 ;
65+ background-color : # f4f4f5 ;
66+ border : 1px solid # e4e4e7 ;
5967 letter-spacing : 0.05ch ;
6068 line-height : 1.2 ;
6169 white-space : pre-wrap;
70+ overflow-wrap : anywhere;
71+ max-width : 100% ;
6272}
6373.message-history-container ,
6474.input-container {
@@ -69,14 +79,17 @@ body {
6979 position : relative;
7080}
7181.input-element {
72- border : 1px solid # ccc ;
82+ border : 1px solid # e4e4e7 ;
7383 border-radius : 0.35rem ;
7484 line-height : 1.3 ;
7585 min-height : 1.188rem ;
7686 max-height : 10rem ;
7787}
88+ .input-element : focus {
89+ outline : 1px solid # 86868b ;
90+ }
7891.input-placeholder {
79- color : # a2acb4 ;
92+ color : # 71717a ;
8093 margin-left : 1rem ;
8194}
8295
@@ -89,7 +102,7 @@ body {
89102 font-size : 0.875rem ;
90103 font-family : source-code-pro, Menlo, Monaco, Consolas, "Courier New" ,
91104 monospace;
92- border-top : 1px solid # 0b57d0 ;
105+ border-top : 1px dashed # 0b57d0 ;
93106 background-color : # e0e8f6 ;
94107 padding : 2rem 3rem ;
95108}
@@ -100,16 +113,22 @@ body {
100113 gap : 0.35rem ;
101114}
102115
116+ .current-message-text {
117+ overflow-wrap : anywhere;
118+ }
119+
103120button {
104121 cursor : pointer;
105122 appearance : none;
106123 border : none;
107124 background-color : # 2f6ed3 ;
108125 color : white;
109- padding : 0.875rem 1rem ;
126+ line-height : 1.25rem ;
127+ font-size : 0.875rem ;
128+ padding : 0.5rem 1rem ;
110129 border-radius : 0.35rem ;
111130 letter-spacing : 0.08ch ;
112131}
113132button : hover {
114- background-color : # 1f4aa8 ;
133+ background-color : # 255db8 ;
115134}
0 commit comments