mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-26 05:14:24 +00:00
lots of progress on apple music integration
This commit is contained in:
16
frontend/src/client/appleMusic/style.css
Normal file
16
frontend/src/client/appleMusic/style.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* MusicPlayerV2 - style.css
|
||||
*
|
||||
* Created by Janis Hutz 11/14/2023, Licensed under the GPL V3 License
|
||||
* https://janishutz.com, development@janishutz.com
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
body, html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user