Add and use grey-lighter

This commit is contained in:
Oliver Davies 2018-12-06 08:14:19 +00:00
parent 28368e9dbc
commit afa5dfdb86
2 changed files with 2 additions and 1 deletions

View file

@ -46,7 +46,7 @@
<form action="#" class="flex">
<input type="text" class="border border-solid border-grey p-2 w-full xl:w-auto">
<button type="submit" class="bg-grey-light px-3 rounded-full border-b border-solid border-grey-dark ml-2 flex-none" style="background-color: #f0f0f0">
<button type="submit" class="bg-grey-lighter px-3 rounded-full border-b border-solid border-grey-dark ml-2 flex-none">
<img src="img/loupe.svg" class="block">
</button>
</form>

View file

@ -51,6 +51,7 @@ let colors = {
'grey-dark': '#8795a1',
'grey': '#b8c2cc',
'grey-light': '#dae1e7',
'grey-lighter': '#f0f0f0',
'grey-lightest': '#F6F6F2',
'white': '#ffffff',