blob: 18beeeb1265524ef1b76945850893efefbbaff92 [file] [log] [blame]
<head>
<style>
html {
font-size: small;
background-color: #F0F0F0;
color: blue;
--a: unset;
}
blockquote {
background-color: skyblue;
color: red;
all: var(--a);
}
</style>
</head>
<body>
<blockquote id="quote">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote> Phasellus eget velit sagittis.