6 lines
62 B
CSS
6 lines
62 B
CSS
|
:root {
|
||
|
--inset-bg-color: #eee;
|
||
|
|
||
|
--border-radius: .5em;
|
||
|
}
|