blob: 927b3b4047c6ff211c1794f3f3fd2e3adbf9ed7b [file] [log] [blame]
<head>
<style>
html {
font-size: small;
background-color: #F0F0F0;
color: blue;
}
blockquote {
background-color: skyblue;
color: red;
color: revert;
}
</style>
</head>
<body>
<blockquote id="quote">This text should be blue.</blockquote>
</body>
</html>