10 lines
129 B
CSS
10 lines
129 B
CSS
|
:root {
|
||
|
--color-border: #E1E1E1;
|
||
|
--color-box-shadow: rgba(0, 0, 0, 0.3);
|
||
|
}
|
||
|
|
||
|
html, body {
|
||
|
margin: 0;
|
||
|
padding: 0
|
||
|
}
|