mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
8 lines
145 B
CSS
8 lines
145 B
CSS
:root {
|
|
--primary-color: #0010ba;
|
|
--border-color: #8c8c8c;
|
|
--radius-sm: 10px;
|
|
--hover-background-color: #f3f4f6;
|
|
--light-text: #fff;
|
|
}
|