Update html_cai_style.css
Browse files- 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(
|
155 |
}
|
156 |
|
157 |
.message-body p em {
|
158 |
-
color: rgb(
|
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(
|
281 |
}
|
282 |
|
283 |
.message-body p em {
|
284 |
-
color: rgb(
|
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 |
}
|