Template:Peoples Land of Learning styling/style.css: Difference between revisions

Template page
No edit summary
(Testing styling for the portal, further importing of the site's styling to come.)
Line 1: Line 1:
/* styling for Portal: People's Land of Learning goes here */
/* styling for Portal: People's Land of Learning goes here */
/*:root {
--backColor: #e8d8a5;  Old colour: #fbdbcd
--textColor: #452923;  Old colour: #73464c
--linkColor: #e55d4d; Old colour: #ab5675
--borderColor: #32373c; Old colour: #1e1e1e
}*/
body {
background-color: #e8d8a5;
color: #452923;
/*font-family: Georgia, Verdana;*/
font-size: 115%;
}

Revision as of 14:52, 12 July 2023

/* styling for Portal: People's Land of Learning goes here */
/*:root {
	--backColor: #e8d8a5;  Old colour: #fbdbcd
	--textColor: #452923;  Old colour: #73464c
	--linkColor: #e55d4d; Old colour: #ab5675
	--borderColor: #32373c; Old colour: #1e1e1e
}*/

body {
	background-color: #e8d8a5;
	color: #452923;
	/*font-family: Georgia, Verdana;*/
	font-size: 115%;
}