Initial commit
This commit is contained in:
commit
1f637ed41e
33 changed files with 832 additions and 0 deletions
9
themes/er/layouts/partials/css/variables.css
Normal file
9
themes/er/layouts/partials/css/variables.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*https://coolors.co/afd5aa-f0f2ef-a69f98-3d3d3d-8c6057*/
|
||||
:root {
|
||||
--main-color: #8C6056;
|
||||
--secondary-color: #AFD5AA;
|
||||
--logo-text-color: #fff;
|
||||
--body-text-color: #3d3d3d;
|
||||
--heading-text-color: #383838;
|
||||
--background-color: #fff;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue