Skip to content

Commit

Permalink
docs(a11y): fix issues with transparent pngs; add borders, centering
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Feb 9, 2022
1 parent 3e15006 commit 986d628
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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'] {
Expand Down

0 comments on commit 986d628

Please sign in to comment.