Spaces:
Runtime error
Runtime error
style change
Browse files- static/style.css +6 -6
static/style.css
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
align-items: center;
|
23 |
justify-content: space-between;
|
24 |
padding: 10px;
|
25 |
-
background-color:
|
26 |
color: #fff;
|
27 |
border-top-left-radius: 10px;
|
28 |
border-top-right-radius: 10px;
|
@@ -65,7 +65,7 @@
|
|
65 |
justify-content: flex-end;
|
66 |
text-align: right;
|
67 |
align-items: center;
|
68 |
-
background-color: rgba(
|
69 |
border-top-right-radius: 0px;
|
70 |
border-bottom-right-radius: 0px;
|
71 |
border-bottom-left-radius: 10px;
|
@@ -80,7 +80,7 @@
|
|
80 |
justify-content: flex-start;
|
81 |
text-align: left;
|
82 |
align-items: center;
|
83 |
-
background-color: rgba(
|
84 |
border-top-left-radius: 0px;
|
85 |
border-bottom-right-radius: 10px;
|
86 |
border-bottom-left-radius: 0px;
|
@@ -107,7 +107,7 @@
|
|
107 |
height: 0;
|
108 |
border-top: 15px solid transparent;
|
109 |
border-bottom: 15px solid transparent;
|
110 |
-
border-left: 16px solid #
|
111 |
border-top-right-radius: 10px;
|
112 |
}
|
113 |
|
@@ -120,7 +120,7 @@
|
|
120 |
height: 0;
|
121 |
border-top: 15px solid transparent;
|
122 |
border-bottom: 15px solid transparent;
|
123 |
-
border-right: 15px solid #
|
124 |
border-top-left-radius: 10px;
|
125 |
}
|
126 |
|
@@ -141,7 +141,7 @@
|
|
141 |
}
|
142 |
|
143 |
.chat-input button {
|
144 |
-
background-color: #
|
145 |
color: #fff;
|
146 |
border: none;
|
147 |
border-radius: 5px;
|
|
|
22 |
align-items: center;
|
23 |
justify-content: space-between;
|
24 |
padding: 10px;
|
25 |
+
background-color: darkblue;
|
26 |
color: #fff;
|
27 |
border-top-left-radius: 10px;
|
28 |
border-top-right-radius: 10px;
|
|
|
65 |
justify-content: flex-end;
|
66 |
text-align: right;
|
67 |
align-items: center;
|
68 |
+
background-color: rgba(0, 0, 139, 0.75);
|
69 |
border-top-right-radius: 0px;
|
70 |
border-bottom-right-radius: 0px;
|
71 |
border-bottom-left-radius: 10px;
|
|
|
80 |
justify-content: flex-start;
|
81 |
text-align: left;
|
82 |
align-items: center;
|
83 |
+
background-color: rgba(0, 0, 139, 0.75);
|
84 |
border-top-left-radius: 0px;
|
85 |
border-bottom-right-radius: 10px;
|
86 |
border-bottom-left-radius: 0px;
|
|
|
107 |
height: 0;
|
108 |
border-top: 15px solid transparent;
|
109 |
border-bottom: 15px solid transparent;
|
110 |
+
border-left: 16px solid #00008BBF;
|
111 |
border-top-right-radius: 10px;
|
112 |
}
|
113 |
|
|
|
120 |
height: 0;
|
121 |
border-top: 15px solid transparent;
|
122 |
border-bottom: 15px solid transparent;
|
123 |
+
border-right: 15px solid #00008BBF;
|
124 |
border-top-left-radius: 10px;
|
125 |
}
|
126 |
|
|
|
141 |
}
|
142 |
|
143 |
.chat-input button {
|
144 |
+
background-color: #00008BBF;
|
145 |
color: #fff;
|
146 |
border: none;
|
147 |
border-radius: 5px;
|