﻿/* Change tooltip background color */
.tooltip-inner {
    background-color: var(--text-color);
}
