Update html_cai_style.css
Browse files- html_cai_style.css +2 -2
html_cai_style.css
CHANGED
@@ -155,7 +155,7 @@
|
|
155 |
}
|
156 |
|
157 |
.message-body p em {
|
158 |
-
color: rgb(
|
159 |
}
|
160 |
}
|
161 |
|
@@ -281,6 +281,6 @@
|
|
281 |
}
|
282 |
|
283 |
.message-body p em {
|
284 |
-
color: rgb(
|
285 |
}
|
286 |
}
|
|
|
155 |
}
|
156 |
|
157 |
.message-body p em {
|
158 |
+
color: rgb(223, 214, 249) !important;
|
159 |
}
|
160 |
}
|
161 |
|
|
|
281 |
}
|
282 |
|
283 |
.message-body p em {
|
284 |
+
color: rgb(223, 214, 249) !important;
|
285 |
}
|
286 |
}
|