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:
parent
3e1500625a
commit
986d628faa
@ -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'] {
|
||||
|
Loading…
Reference in New Issue
Block a user