fix wrong hex code for gray

This commit is contained in:
Leif Niemczik 2022-12-01 18:24:56 +01:00
parent 2134507d81
commit a8835fb425

View file

@ -151,7 +151,7 @@ import Layout from '../../layouts/Layout.astro'
<h3>GRY</h3> <h3>GRY</h3>
<span>for: Body text</span><br /> <span>for: Body text</span><br />
<div class='values'> <div class='values'>
HEX: #FFFFFF <br /> HEX: #7A7879 <br />
RGB (122,120,121) <br /> RGB (122,120,121) <br />
</div> </div>
</div> </div>