.invert-on-dark {
    color: #111111; /* default colour on light background */
    transition: color 0.25s ease;
}

.invert-on-dark.light-text {
    color: #ffffff !important; /* colour when over black blocks */
}
