mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
11 lines
126 B
CSS
11 lines
126 B
CSS
|
|
:root {
|
||
|
|
font-family: system-ui, sans-serif;
|
||
|
|
color: #172033;
|
||
|
|
background: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
body {
|
||
|
|
margin: 0;
|
||
|
|
padding: 40px;
|
||
|
|
}
|