« Web, HTML, Tech Forum

please help i cant get rid of this stupid border

i cannot for the life of me figure out how to get rid of this stupid border thingy but i used my same code from another blog of mine to start making a new one in the same format and it didn't have this border so im not sure how it got there or how to remove it



im talking about the black box that surrounds all that ingo like IT WONT GO AWAAAYY


Report Topic

1 Reply

Reply by testerprofile

posted

Try checking the colors in the root? For example, the root colors for my profile are

:root {

        --logo-blue: #4d000055;

        --darker-blue: white;

        --lighter-blue: rgb(233,243,255);

        --even-lighter-blue: white;

        --lightest-blue: white;

        --dark-orange: white;

        --light-orange: purple;

        --even-lighter-orange: white;

        --green: peachpuff;

    }

You might have black set for one of these colors, change that and it should be fixed!


Permalink Report Reply