Custom CSS Guide

Before making file

Before you make your custom CSS file please DM me on discord so I can enable CSS for you!!

Make File

To apply custom CSS, you need to create a file called nekofm.css in the root directory of your site ( The "/" folder aka the highest folder on your site) and then paste the following code into it


nekofm.css (default settings)


songBox { background-color: #111; border: 4px ridge aliceblue; align-items: center; } siteName { margin: auto; color: darkgray; } trackInfo { /* You can set fonts here, beware of CORS though */ width: fit-content; } trackCover { height: 150px; float: left; } trackName { color: white } artistName { margin: 5px auto; } searchButton { color: #fff; background: #303030; padding: 4px; text-decoration: none; } /* Obviously you can also use ::after and ::before css Go ham with the custom css, use your own bg images if you want If you mess up, it should'nt effect the rest of the site so dont worry */

After that you can change the properties to your liking, anything goes but I might restrict properties if they tend to break stuff.
I will update this to be more thorough soon!
But besides that it should work!!
Please do Ctrl + Shift + R after creating/editing the file to see changes, thanksssss! People with custom domains might have issues because of Cloudflare's cache rules!!