Text decoration no longer applied to In post links
Using !important is generally not recommended, as it leads to problems like this where styles can’t be overridden and a site becomes an unmaintainable mess. Your stylesheets are absolutely littered with !important: I count 909 instances. Instead of using !important you should override styles by supplying a rule that’s more specific. You can find out … Read more