Hello All,
Is there a way to change background color of that white frame from the attached picture?
I don't know what is the proper name of that element, but it seems that in HTML it's called the "aside tag".
Here's that element's code taken from the ebook editor:
Quote:
<aside data-type="sidebar" epub:type="sidebar"><div id="idm46043484622440" class="sidebar">
<h5>Official Versus Unofficial</h5>
<p>Don’t be put off by integrations such as client libraries being<a id="GBS.0019.02"></a> unofficial or
third party. With hundreds of applications and systems that you may wish to
integrate with, it is not possible for the Prometheus project team to have the time and expertise to create and maintain them all. Thus the vast majority of
integrations in the ecosystem are third party. In order to keep things
reasonably consistent and working as you would expect, guidelines are available<a id="GBS.0019.03"></a>
on how to write integrations.</p>
</div></aside>
|
I tried to change it using a user stylesheet, but something as simple as:
Quote:
aside { background-color: yellow; }
|
just doesn't work...