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

From Pikmin Fanon
No edit summary
Tag: Reverted
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
body {
background-color: #fff;
font: var(--font--defauly);
display: flex;
flex-wrap: wrap;
gap: .75rem;
padding: 1rem;
max-width: 1575px;
margin: auto;
}
#header-wrapper {
#header-wrapper {
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;
}
}


#sidebar-wrapper {
body {
padding: 0;
background: #137813;
margin-top: 0;
position: relative;
}
 
#sidebar {
display: flex;
flex-direction: column;
gap: 1rem;
}
}

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;
}