- recreating onyx template

- profile section complete
This commit is contained in:
Amruth Pillai
2020-07-05 16:45:29 +05:30
parent 03e1de1d14
commit 49a867dd37
17 changed files with 159 additions and 53 deletions

View File

@ -3,6 +3,7 @@
--color-primary-dark: #333;
--color-inverse: #fff;
--color-inverse-dark: #f5f5f5;
--color-secondary: #edf2f7;
--color-secondary-dark: #718096;
--color-secondary-light: #f7fafc;
--color-secondary: #e2e8f0;
--color-secondary-dark: #a0aec0;
}

View File

@ -30,3 +30,11 @@ hr {
section {
@apply grid grid-cols-1 gap-8;
}
#artboard {
color: #444;
}
#artboard hr {
border-color: #eee;
}