8 lines
90 B
CSS
8 lines
90 B
CSS
|
|
:root{
|
||
|
|
--margin: 1em;
|
||
|
|
|
||
|
|
--fontFamily: sans-serif;
|
||
|
|
--textSize: 17px;
|
||
|
|
--ratio : auto;
|
||
|
|
|
||
|
|
}
|