AxL95 commited on
Commit
c2c3530
·
verified ·
1 Parent(s): c0b9f17

Update frontend/src/App.css

Browse files
Files changed (1) hide show
  1. frontend/src/App.css +36 -0
frontend/src/App.css CHANGED
@@ -160,6 +160,42 @@
160
  height: 20px;
161
  fill: #ffffff;
162
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  /* ----- Header du chat ----- */
164
  .chat-header {
165
  display: flex;
 
160
  height: 20px;
161
  fill: #ffffff;
162
  }
163
+
164
+ .message-content h1, .message-content h2, .message-content h3 {
165
+ font-weight: bold;
166
+ margin: 0.8em 0 0.2em 0;
167
+ }
168
+
169
+ .message-content h1 {
170
+ font-size: 1.5em;
171
+ }
172
+
173
+ .message-content h2 {
174
+ font-size: 1.3em;
175
+ }
176
+
177
+ .message-content h3 {
178
+ font-size: 1.1em;
179
+ }
180
+
181
+ .message-content ul, .message-content ol {
182
+ padding-left: 20px;
183
+ margin: 0.5em 0;
184
+ }
185
+
186
+ .message-content code {
187
+ background-color: rgba(0, 0, 0, 0.1);
188
+ padding: 0.1em 0.2em;
189
+ border-radius: 3px;
190
+ font-family: monospace;
191
+ }
192
+
193
+ .message-content blockquote {
194
+ border-left: 3px solid #ccc;
195
+ margin-left: 5px;
196
+ padding-left: 10px;
197
+ color: #777;
198
+ }
199
  /* ----- Header du chat ----- */
200
  .chat-header {
201
  display: flex;