<!DOCTYPE html>
<style>
p { color: green; }
</style>
<div lang="zh">
  <div>
    <p>This text should be green.</p>
  </div>
</div>
<p>This text should be green.</p>