<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**                 SET MAIN COLOUR                 **/
/*  ---------------------------------------------    */

/*  1. Set product-specific background colour of left column (unit hover, active unit. lesson contents column)  */

/*  coloured overlay during page/activity load  */
	.modal-backdrop,
/*  content lozenge background colours  */
	#book-index #indice .units ul li.active a,
	html body:not(.isTablet) #indice .units ul li:hover,
	body:not(.isTablet) #book-index #indice .units ul li:not(.disabled) a:hover,
	#book-index #indice .units ul li.active a:focus,
	#book-index .col-indice.col-main, 
	/* buttons */
	.btn-primary,
	.btn-primary.disabled,
	.btn-primary.disabled:focus,
	#indice .units ul li:focus,
	#indice .units ul li.active {
	    background-color: #6aa337!important; 
	}

 /*                  SET LINK COLOUR                 **/
/*   ---------------------------------------------   */

#info-libro a:hover,
#info-libro a:active,
#info-libro a:focus,
.actividades a:hover,
.actividades a:active,
.actividades a:focus {
  color: #6aa337;
}


/**               SET UNIT HEADER IMAGE              **/
/*   ---------------------------------------------   */

/*  3. Set banner image  */
/*#indice .unit-content .header {
   background-image: url('/useruploads/resources/') !important;
}*/


 /** Left side slide in navigation in PDF view - DONT'T CHANGE  **/
/*   ---------------------------------------------------------  */


/* Unit content item text (under "Lesson contents") - DON'T CHANGE */
#book-index #indice .unit-content .actividades .item {
    opacity: 0.85;
}
/* Navigation menu button and left column background colour - DON'T CHANGE */
#indice .units ul li,
#book-index .col-indice,
.navbar .libro-left ul li a.active {
	background-color: #626262 !important;
}</pre></body></html>