#g-top {
    color: $top-text-color;
    background: $top-background;
}

@media print {
    #g-top {
        background: #fff !important;
        color: #000 !important;
    }
}
