Update static/styles.css
Browse files- static/styles.css +5 -5
static/styles.css
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
@import url('https://fonts.
|
2 |
|
3 |
-
body {
|
4 |
font-family: 'Inter', sans-serif;
|
5 |
}
|
6 |
|
7 |
html {
|
8 |
font-size: 14px !important;
|
9 |
-
}
|
10 |
|
11 |
.user-message {
|
12 |
display: flex;
|
@@ -20,7 +20,7 @@ html {
|
|
20 |
.user-message .stMarkdown {
|
21 |
background: linear-gradient(0.9turn, #d46c4e, #ca8d57);
|
22 |
/* background: linear-gradient(0.9turn, #112c55, #3578cf); */
|
23 |
-
border-radius: 15px;
|
24 |
padding: 10px;
|
25 |
max-width: 80%;
|
26 |
word-wrap: break-word;
|
@@ -45,7 +45,7 @@ html {
|
|
45 |
|
46 |
.assistant-message .stMarkdown {
|
47 |
background-color: #dadada;
|
48 |
-
border-radius: 15px;
|
49 |
padding: 10px;
|
50 |
max-width: 80%;
|
51 |
word-wrap: break-word;
|
|
|
1 |
+
@import url(''https://fonts.cdnfonts.com/css/linux-libertine-o);
|
2 |
|
3 |
+
/* body {
|
4 |
font-family: 'Inter', sans-serif;
|
5 |
}
|
6 |
|
7 |
html {
|
8 |
font-size: 14px !important;
|
9 |
+
} */
|
10 |
|
11 |
.user-message {
|
12 |
display: flex;
|
|
|
20 |
.user-message .stMarkdown {
|
21 |
background: linear-gradient(0.9turn, #d46c4e, #ca8d57);
|
22 |
/* background: linear-gradient(0.9turn, #112c55, #3578cf); */
|
23 |
+
border-radius: 15px 15px 0px 15px;
|
24 |
padding: 10px;
|
25 |
max-width: 80%;
|
26 |
word-wrap: break-word;
|
|
|
45 |
|
46 |
.assistant-message .stMarkdown {
|
47 |
background-color: #dadada;
|
48 |
+
border-radius: 15px 15px 15px 0px;
|
49 |
padding: 10px;
|
50 |
max-width: 80%;
|
51 |
word-wrap: break-word;
|