mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-24 21:51:34 +10:00
- designing the artboard - optimizing dark mode performance - optimizing input onChange handler
8 lines
265 B
CSS
8 lines
265 B
CSS
:root {
|
|
--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);
|
|
}
|