Currently, my text shadow is being overridden throughout my HTML / CSS3 Document.
The following tags are causing the issue:
html *,
#footerTextdetail {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7), 2px 2px 2px (0, 0, 0, 0.3) !important;
}
I am struggling to find where the override is coming from and how to fix it. Unfortunately, the source of the override is not documented in Google Chrome Inspection Tool Update Beta CSS/XGS.