Skip to content

Commit

Permalink
docs(chore): Use ifm variable for border width.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Feb 7, 2022
1 parent 7d6e937 commit aa4d7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/css/custom.css
Expand Up @@ -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);
}
Expand Down

0 comments on commit aa4d7c3

Please sign in to comment.