src/themes/themes.black.css [30:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

a:hover,
a:focus {
    color: inherit;
}

.hover-color-active:hover,
.color-active,
a {
    color: #8b4298;
}

.background-active,
.hover-active:hover,
button:active, 
button.active, 
button:hover,
.bttn:active,
.bttn:hover  {
    background-color: #8b4298;
    color: white;
}

.background-selected,
.background-selected.hover-editing:hover {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/themes/themes.purple.css [33:58]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

a:hover,
a:focus {
    color: inherit;
}

.hover-color-active:hover,
.color-active,
a {
    color: #8b4298;
}

.background-active,
.hover-active:hover,
button:active, 
button.active, 
button:hover,
.bttn:active,
.bttn:hover  {
    background-color: #8b4298;
    color: white;
}

.background-selected,
.background-selected.hover-editing:hover {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



