ItsLearning
You can use the following starting code for your ItsLearning customlti.css
/* ItsLearning */
body {
font: normal 16px / 1.5em 'Open Sans',Helvetica,Arial,sans-serif; !important;
color: #6b546a;
}
.buttonContent:hover {
background-color: #166758;
}
.buttonContent {
background-color: #008859;
border-radius: 4px;
}
.light-theme a {
text-decoration: none;
background: #F2F3F5;
}
.light-theme a:hover {
text-decoration: none;
background: #E6EAF0;
}
.light-theme .current {
background: #A8A8A8;
border-color:#A8A8A8;
}