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

From Pikmin Fanon
No edit summary
 
(2 intermediate revisions by one other user not shown)
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;
}
}

Latest revision as of 15:40, 28 February 2024

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

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

body {
	background: #137813;
}