@use '../../styles/variables.scss'as variables;

.plait-link-node {
    margin: 0 1px;
    color: variables.$primary-color;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;

    &:hover {
        text-decoration: underline;
    }

    .link-break-char {
        font-size: 0;
        line-height: 0;
    }
}
