ntphuc149 commited on
Commit
ed09d03
·
verified ·
1 Parent(s): b761758

fix: change font-size and text color

Browse files
Files changed (1) hide show
  1. static/styles.css +7 -1
static/styles.css CHANGED
@@ -10,6 +10,7 @@ body {
10
  align-items: center;
11
  margin: 10px 0;
12
  color: white;
 
13
  }
14
 
15
  .user-message .stMarkdown {
@@ -34,7 +35,8 @@ body {
34
  display: flex;
35
  align-items: center;
36
  margin: 10px 0;
37
- color: black;
 
38
  }
39
 
40
  .assistant-message .stMarkdown {
@@ -80,6 +82,10 @@ body {
80
  width: 149px;
81
  }
82
 
 
 
 
 
83
  /* [data-testid="baseButton-headerNoPadding"], */
84
  [data-testid="stDecoration"],
85
  /* [data-testid="baseButton-header"], */
 
10
  align-items: center;
11
  margin: 10px 0;
12
  color: white;
13
+ font-size: 14px;
14
  }
15
 
16
  .user-message .stMarkdown {
 
35
  display: flex;
36
  align-items: center;
37
  margin: 10px 0;
38
+ color: #141416;
39
+ font-size: 14px;
40
  }
41
 
42
  .assistant-message .stMarkdown {
 
82
  width: 149px;
83
  }
84
 
85
+ .stTextInput > div > div > input::placeholder {
86
+ font-size: 14px;
87
+ }
88
+
89
  /* [data-testid="baseButton-headerNoPadding"], */
90
  [data-testid="stDecoration"],
91
  /* [data-testid="baseButton-header"], */