mirror of
https://github.com/maciejpedzich/spotifyplaylistarchive.com.git
synced 2024-11-13 00:33:03 +01:00
7 lines
114 B
CSS
7 lines
114 B
CSS
|
body {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
font-family: var(--font-family);
|
||
|
background-color: var(--surface-ground);
|
||
|
}
|