mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 01:32:02 +10:00
- creating the right sidebar
- designing the artboard - optimizing dark mode performance - optimizing input onChange handler
This commit is contained in:
@ -3,4 +3,6 @@
|
||||
--color-primary-dark: #333;
|
||||
--color-inverse: #fff;
|
||||
--color-inverse-dark: #f5f5f5;
|
||||
--color-secondary: #edf2f7;
|
||||
--color-secondary-dark: #718096;
|
||||
}
|
||||
|
||||
@ -24,5 +24,9 @@ a:hover {
|
||||
}
|
||||
|
||||
hr {
|
||||
@apply w-full h-1;
|
||||
@apply w-full border-secondary h-1;
|
||||
}
|
||||
|
||||
section {
|
||||
@apply grid grid-cols-1 gap-8;
|
||||
}
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
:root {
|
||||
--shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);
|
||||
--shadow-strong: 0 0 8px 0 rgba(0, 0, 0, 0.08);
|
||||
--left-shadow: 8px 0 8px -4px rgba(0, 0, 0, 0.04);
|
||||
--bottom-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.04);
|
||||
--shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
|
||||
--shadow-strong: 0 0 6px 0 rgba(0, 0, 0, 0.1);
|
||||
--left-shadow: 6px 0 6px -6px rgba(0, 0, 0, 0.05);
|
||||
--right-shadow: -6px 0 6px -6px rgba(0, 0, 0, 0.05);
|
||||
--bottom-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user