﻿/* Tronia (base) */
:root {
    --gc-brand-primary: #204a7d;
    --gc-brand-secondary: #018527;
    --gc-logo: url(Themes/tronia/tronia-logo.png);
    --gc-background-color: #204a7d;
    --gc-sidebar-background-color: #204a7d;
    --gc-top-bar-background-color: #204a7d;
}


.logged-user .badge:after {
    font-size: 12px;
    color: #fff;
    background: var(--gc-brand-secondary);
}