User:Blower Pot/refreshed.css: Difference between revisions

From Pikmin Fanon
No edit summary
No edit summary
Line 2: Line 2:
background: none;
background: none;
position: relative;
position: relative;
width: 100%;
box-shadow: none;
box-shadow: none;
}
}


#user-info-search-wrapper {
#user-info-search-wrapper {
background: green;
background: #137813;
color: #fff;
color: #fff;
padding: 0.15rem;
}
border-radius: 8px;
 
#body {
background: #137813;
}
}

Revision as of 01:59, 19 February 2024

#header-wrapper {
	background: none;
	position: relative;
	box-shadow: none;
}

#user-info-search-wrapper {
	background: #137813;
	color: #fff;
}

#body {
	background: #137813;
}