updated sample images to display correctly on npm

This commit is contained in:
Geoff Doty 2021-10-17 17:33:50 -04:00
parent ae19656275
commit 8fcc779479
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ While **Grayscale CSS** can generate a dynamic theme based on A SINGLE COLOR, it
--- ---
<div style="display: flex"> <div style="display: flex">
<img src="https://n2geoff.github.io/grayscale/img/steelblue-dark.png" width="400"> <img src="https://n2geoff.github.io/grayscale/img/steelblue-dark.png" width="344">
<img src="https://n2geoff.github.io/grayscale/img/steelblue-light.png" width="400"> <img src="https://n2geoff.github.io/grayscale/img/steelblue-light.png" width="344">
</div> </div>
--- ---