1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

docs(a11y): fix issues with transparent pngs; add borders, centering

This commit is contained in:
Thomas Heartman 2022-02-07 13:52:22 +01:00
parent 3e1500625a
commit 986d628faa

View File

@ -56,6 +56,18 @@ html[data-theme='dark'] {
--unleash-color-admonition-background: var(
--ifm-color-secondary-contrast-background
);
--unleash-img-background-color: #fff;
}
img {
background: var(--unleash-img-background-color);
display: block;
margin: auto;
border: 1px solid var(--unleash-color-gray);
border-radius: var(--ifm-global-radius);
box-shadow: var(--ifm-global-shadow-lw);
}
[class^='docTitle'] {