mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 17:51:43 +10:00
- recreating onyx template
- profile section complete
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
@ -30,3 +30,11 @@ hr {
|
||||
section {
|
||||
@apply grid grid-cols-1 gap-8;
|
||||
}
|
||||
|
||||
#artboard {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
#artboard hr {
|
||||
border-color: #eee;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user