﻿fb-kommentar-knapp {
    float: right;

    button.btn-link {
        color: #6e6e6e;

        &:hover, &:focus {
            text-decoration: none;
            color: #6e6e6e;
        }

        &.aktiv {
            span,i {
                color: #0097ed; //blå
            }
        }
    }
}
