/**
 * Redeye Custom Style
 * (Proprietor 85)
 *
 */

/* csslint ignore:start */

/* CSS custom properties used for the theming of Redeye */
:root {
    /*Theme Hex: #1829e9*/
    --theme-hue: 235;
    --theme-saturation: 83%;
    --theme-lightness: 50%;
    --theme-alpha: 1;
    /*Accent Hex: #1829e9*/
    --accent-hue: 235;
    --accent-saturation: 83%;
    --accent-lightness: 50%;
    --accent-alpha: 1;
}

.FM-button.button-yellow {
    background: var(--theme-color-200) !important;
    border-color: var(--theme-color-200) !important;
}

.FM-panel .FM-panel--header {
    border-bottom-color: var(--theme-color-200) !important;
}

.FM-panel .account-block-link .account-name span {
    text-decoration: underline;
    font-weight: 600;
}

.FM-panel .account-block-link .account-name .balloon {
    text-decoration: none;
}

i.fa.fa-refresh:before {
    color: var(--theme-color-200) !important;
}

i.fa.fa-bell:before {
    color: var(--theme-color-200) !important;
}

i.fa.fa-times-circle:before {
    color: var(--theme-color-200) !important;
}

/* csslint ignore:end */
