mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-09 11:53:11 +00:00
Add contact form
Fake API Make Index resize to mobile better Add error colour
This commit is contained in:
parent
8ab0957a85
commit
04adf38b46
11 changed files with 248 additions and 59 deletions
|
@ -7,6 +7,8 @@ $color-light: #fff8eb;
|
|||
$color-on-light: #33251a;
|
||||
$color-primary: #6A9343;
|
||||
$color-on-primary: #fffbf4;
|
||||
$color-error: #ab5642;
|
||||
$color-on-error: #fffbf4;
|
||||
|
||||
$color-vegan: #75a446;
|
||||
$color-fish: #487fa6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue