CONTENT NOT APPEARING IN LIGHT OR DARK MODE
Hello!
I was sent an eblast template (I'm a noob)and the content does not appear in dark mode in Chrome or any browser, but when I switch to light mode in Safari I can see the content, but not in the other browsers on my desktop. And the graphics that are needed for dark mode do not swap out, but in Safari they do appear when in light mode.
Can I please get some help/guidance, I know some code, but not much.
This is the code:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office">
/* FONT STYLES /
@font-face{
font-family:"BentleyLight";
font-weight:normal;
font-style:normal;
src:url("https://www.bentleymotors.com/etc/clientlibs/bentley_v2/bentley.motors.apps.v2/resources/fonts/bentley-light.eot");
src:local("☺"),url("https://www.bentleymotors.com/etc/clientlibs/bentley_v2/bentley.motors.apps.v2/resources/fonts/bentley-light.woff") format("woff")
}
@font-face{
font-family:"BentleyRegular";
font-weight:normal;
font-style:normal;
src:url("https://www.bentleymotors.com/etc/clientlibs/bentley_v2/bentley.motors.apps.v2/resources/fonts/bentley-regular.eot");
src:local("☺"),url("https://www.bentleymotors.com/etc/clientlibs/bentley_v2/bentley.motors.apps.v2/resources/fonts/bentley-regular.woff") format("woff")
}
@font-face{
font-family:"BentleySemiBold";
font-weight:bold;
font-style:normal;
src:url("https://www.bentleymotors.com/etc/clientlibs/bentley_v2/bentley.motors.apps.v2/resources/fonts/bentley-semibold.eot");
src:local("☺"),url("https://www.bentleymotors.com/etc/clientlibs/bentley_v2/bentley.motors.apps.v2/resources/fonts/bentley-semibold.woff") format("woff"),url("https://www.bentleymotors.com/etc/clientlibs/bentley_v2/bentley.motors.apps.v2/resources/fonts/bentley-semibold.ttf") format("truetype"),url("https://www.bentleymotors.com/etc/clientlibs/bentley_v2/bentley.motors.apps.v2/resources/fonts/bentley-semibold.svg#bentleysemibold") format("svg")
}
[style="BentleyLight"] {font-family: "BentleyLight", Arial, Helvetica, sans-serif !important;font-weight: normal !important;}
[style*="BentleyRegular"] {font-family: "BentleyRegular", Arial, Helvetica, sans-serif !important;font-weight: normal !important;}
[style*="BentleySemiBold"] {font-family: "BentleySemiBold", Arial, Helvetica, sans-serif !important;font-weight: bold !important;}
|