mel's profile picture

Published by

published
updated

Category: Web, HTML, Tech

who knows how to change the colors of theses things

idk how to change the color of these


idk how to change the color of it :(


0 Kudos

Comments

Displaying 2 of 2 comments ( View all | Add Comment )

Rudecry

Rudecry's profile picture

A simpler way to do it.

:root {

--logo-blue: #color;

--darker-blue: #color;

--lighter-blue: #color;

--even-lighter-blue: #color;

--lightest-blue: #color;

--dark-orange: #color;

--light-orange: #color;

--even-lighter-orange: #color;

--green: #color;

}


Report Comment



THANK YOU

by mel; ; Report

Alecu/Al⚝

Alecu/Al⚝'s profile picture

.contact .inner {
border: double #FFFFFF 4px;
background: (0,0,0,0%);
}
.mood {
margin-top: 10px;
margin-bottom: 3px;
border: double #FFFFFF 4px;
padding-left: 10px;
padding-top: 5px;
background: (0,0,0,30%);
}
.profile .left .table-section .inner {
border: double #FFFFFF 4px;
padding-left: 7px;
padding-bottom: 5px;
padding-top: 5px;
background: (0,0,0,30%);

instead of #FFFFFF insert your color


Report Comment