mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-11 00:55:24 +00:00
10 lines
84 B
CSS
10 lines
84 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
font-size: 16px;
|
|
}
|