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

From Pikmin Fanon
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
body{
body{
background: #44007e;
background: #1f0054;
}
}


Line 6: Line 6:
}
}
#header-wrapper{
#header-wrapper{
background: linear-gradient(to left, #4c008b 0, #8b00ff 50%, #4c008b 100%);
background: linear-gradient(to left, #2e007c 0, #4600bf 50%, #2e007c 100%);
}
}



Revision as of 02:25, 30 November 2023

body{
	background: #1f0054;
}

element.style{
}
#header-wrapper{
	background: linear-gradient(to left, #2e007c 0, #4600bf 50%, #2e007c 100%);
}

element.style{
}
#sidebar-wrapper{
	background: #a233ff;
}

#content-wrapper{
	background: #000;
}

#content{
	background: #50505;
    color: #FFF;
}

.sidebar-section{
  color: #FFF;
}