﻿/* Include this CSS only when using a light theme */
/* If adding new selectors, also add to om_dark.css */

:root {
    --om-bg-color: #ffffff;
    --om-body-color: #000000);}

/* Background somewhat consistent with theme */
.om-infobar {
    background-color: #e8e8e8 !important;
}

.hover:hover {
    background-color: #f0f0f0;
}

/* Text that stands out against the background */
.om-text {
    color: #080808 !important;
}

.reversible-image {
}