Made sidebar textcolor more dynamic

pull/2/head
David Tookey 5 years ago
parent 6367be66b4
commit 9db51f3c0d

@ -172,6 +172,10 @@ body {
color: map-get($theme-colors, activetextaccordion) !important;
}
.help-menu-item:hover{
color: map-get($theme-colors, activetextaccordion) !important;
}
.footer-text{
color: red;
}

Loading…
Cancel
Save