1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

docs(chore): Use ifm variable for border width.

This commit is contained in:
Thomas Heartman 2022-02-07 15:28:05 +01:00
parent 0b69e1751e
commit fe69c1d9ef

View File

@ -65,7 +65,7 @@ img {
background: var(--unleash-img-background-color);
display: block;
margin: auto;
border: 1px solid var(--unleash-color-gray);
border: var(--ifm-global-border-width) solid var(--unleash-color-gray);
border-radius: var(--ifm-global-radius);
box-shadow: var(--ifm-global-shadow-lw);
}