<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body:not(.isTablet) #indice .units ul li:hover, 
#indice .units ul li:focus, 
#indice .units ul li.active {
  background: #e67c30 !important;
}

.btn-primary, 
.btn-primary.disabled, 
.btn-primary.disabled:focus {
  background-color: #e67c30 !important;
}

a:hover, 
a:active, 
a:focus {
  color: #e67c30 !important;
}

div.title {
    background-color: #e67c30;
    padding: 1rem;
    color: white;
}</pre></body></html>