Imablank commited on
Commit
5410a6a
1 Parent(s): 664a00d

Update html_cai_style.css

Browse files
Files changed (1) hide show
  1. html_cai_style.css +4 -4
html_cai_style.css CHANGED
@@ -151,11 +151,11 @@
151
 
152
  /*Change both of the lines at the bottom to the color which you want the italic text to be that happens when you put stars before and after words*/
153
  .dark .message-body p em {
154
- color: rgb(223, 214, 249) !important;
155
  }
156
 
157
  .message-body p em {
158
- color: rgb(200, 200, 216) !important;
159
  }
160
  }
161
 
@@ -277,10 +277,10 @@
277
 
278
  /*Change both of the lines at the bottom to the color which you want the italic text to be that happens when you put stars before and after words*/
279
  .dark .message-body p em {
280
- color: rgb(223, 214, 249) !important;
281
  }
282
 
283
  .message-body p em {
284
- color: rgb(200, 200, 216) !important;
285
  }
286
  }
 
151
 
152
  /*Change both of the lines at the bottom to the color which you want the italic text to be that happens when you put stars before and after words*/
153
  .dark .message-body p em {
154
+ color: rgb(154, 153, 178) !important;
155
  }
156
 
157
  .message-body p em {
158
+ color: rgb(222, 219, 255) !important;
159
  }
160
  }
161
 
 
277
 
278
  /*Change both of the lines at the bottom to the color which you want the italic text to be that happens when you put stars before and after words*/
279
  .dark .message-body p em {
280
+ color: rgb(154, 153, 178) !important;
281
  }
282
 
283
  .message-body p em {
284
+ color: rgb(222, 219, 255) !important;
285
  }
286
  }