Annie wrote:
This is all thanks to @Koolaid's blog, this is just because I don't think a lot of people have seen it. This is a quick summary since everyone's still complaining about the background and the font
There are two things you need: Stylus extension for Chrome or Firefox and then the extension for that made for VP HERE (For Hex codes you can use THIS)
install those two for your browser and then click the little 'S' icon at the top of the window, "VP custom background" and click the edit pen.
You'll see something like this in 'Code 2'Â

(ignore the weird empty space, I had to erase stuff for this haha)
In the HTML space, I wrote it above background-color, write this for the font (just copy and paste)
font-family: (font-name);
font-size: (hex-code);

for the background, all you need to do is copy and paste the picture URL into both the background-image 'slots' (idk what it's called)

That's it! Yet again, this is all from Koolaid's blog, I just made this for convenience
This is all thanks to @Koolaid's blog, this is just because I don't think a lot of people have seen it. This is a quick summary since everyone's still complaining about the background and the font
There are two things you need: Stylus extension for Chrome or Firefox and then the extension for that made for VP HERE (For Hex codes you can use THIS)
install those two for your browser and then click the little 'S' icon at the top of the window, "VP custom background" and click the edit pen.
You'll see something like this in 'Code 2'Â

(ignore the weird empty space, I had to erase stuff for this haha)
In the HTML space, I wrote it above background-color, write this for the font (just copy and paste)
font-family: (font-name);
font-size: (hex-code);

for the background, all you need to do is copy and paste the picture URL into both the background-image 'slots' (idk what it's called)

That's it! Yet again, this is all from Koolaid's blog, I just made this for convenience