does anyone know how to code my profile to make the spacehey stuff white & the interest box’s text black? + change the online logo i’m working on a layout 4 someone rn & idk howwww D: here’s what it currently looks like vs what i want it to
help me with html plz
2 Kudos
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
catlaand
Hi, how did you customized your logo?
Report Comment
if u have any socials or something i can send u the code!
by Living Katastrophe; ; Report
if u have any socials or something i can send u the code!
by Living Katastrophe; ; Report
if u have any socials or something i can send u the code!
by Living Katastrophe; ; Report
amber
:root {
--logo-blue: #(COLOR NUMBER); Banner behind search users/spacehey logo
--darker-blue: #( COLOR NUMBER);’view more’ in blog area, and details in contact box
--lighter-blue: #(COLOR NUMBER); ’home’ banner, contact box, url box, user interest box outline
--even-lighter-blue: #(COLOR NUMBER); nterest box, left column
--lightest-blue: #(COLOR NUMBER); interest box, right column
--dark-orange: #(COLOR NUMBER); text for blurbs/about me/who I’d like to meet
--light-orange: #(COLOR NUMBER); profile comments, left column
--even-lighter-orange: #(COLOR NUMBER); profile comments, right column
--green: #(COLOR NUMBER);
}
Maybe try this code? (I took this from pidgeons blog because im not typing all that) maybe it'll help?
Report Comment
don't forget to add and though
by amber; ; Report
< style > and < / style >
by amber; ; Report