<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This Adjustment edits the background color of the Out of hours box and also changes the blue colour of the footer  */

body {

    --color-accent-alt: #22874b;
    --color-accent-light: #469ec4;

}



/* This Adjustment edits the link text on the footer of the pages it changes it from White to Black  */
.lgd-footer .menu a {
    text-decoration: none;
    color: #000;
}


/* This Adjustment changes the breadcrumb link color  */
.breadcrumbs__link {
    color: #007cc1;
}

/* This changes the background colour of the top menu to white rmeoving the transparecny to allow for easier reading 
.lgd-region__inner--primary-menu {
	
padding-top: 5px;
background-color: white;

}*/


/* Audit Adjustments 2025*/

/* Adjust Links site wide from #0083cb */

a {
    transition: var(--transition-time);
    color: #015f93;
}
.views-field-body a {
	text-decoration: underline!important;
}


/* Adjust site button */


.lgd-prev-next__link {

    color: black;

}
#edit-submit-news--2 {
    background-color: #005685;
}
#edit-submit-news--2:hover {
    background-color: #0083cb;
    color:#fff;
}





</pre></body></html>