<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	This CSS file contains the custom css styles for the Schoolzine Website template 
	When adding to this file use the following comment example:
*/

/* 
	Added by: Your Name
	Date: Date Added
	Descriptoin: A breif description of the change 
*/

#footer.dark, .dark #footer {
background-color: #081B33; 
}

/* Remove spacing from accessibility bar - LO 02/05/24 - #186529 */

#accessibilityBar {
        padding-top: 5px;
    }
    
.content-wrap {
    padding: 0px;
}

/* end */

h1, h2, h3, h4 {
    color: #16658f;
}</pre></body></html>