Okay, I'm guessing you're talking about the background color in the main function. A function starts with a keyword and then this > {
Find the one that says main, NOT Body, because that's the larger background behind the main background
There should be something similar to this (taken out of my profile):
*main{ background-color: rgba(255,255,255,0.4);
(Ignore the *, it's just there to not break my comment)
In my case it's a rgba because I changed the opacity and I give it in rgb code but yours could also be in hex-code, which would look like this: #FFFFFF for the white standard color for HTML.
The important part is that it says "background-color:" and ends with ";" Then you just change the number according to the color code you want. I can give you the rgb as well as the hex-code for standard black, if you can't find it :)
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
willowmightbeco0l
there's dark mode available on mobile, not sure about pc tho
good junko pfp btw
ohhh i see thaaanks! and amazing ibuki pfp!
by julie; ; Report
FuzzyFox
Hey :) Fix in what way? What are you trying to do?
fix all the random white spots on my profile and make them black.
by julie; ; Report
Okay, I'm guessing you're talking about the background color in the main function. A function starts with a keyword and then this > {
Find the one that says main, NOT Body, because that's the larger background behind the main background
There should be something similar to this (taken out of my profile):
*main{
background-color: rgba(255,255,255,0.4);
(Ignore the *, it's just there to not break my comment)
In my case it's a rgba because I changed the opacity and I give it in rgb code but yours could also be in hex-code, which would look like this: #FFFFFF for the white standard color for HTML.
The important part is that it says "background-color:" and ends with ";" Then you just change the number according to the color code you want. I can give you the rgb as well as the hex-code for standard black, if you can't find it :)
Hope this helps!
by FuzzyFox; ; Report
oh i see thank you so much for this info! i wasnt active for a few days sorry! i appreciate the help alot!
by julie; ; Report