.t-redactor__text a {
    display: block;
    line-height: 60px;
    text-align: center;
    width: 240px;
    height: 60px;
    background: #005c00;
    border-radius: 30px;
    color: white !important;
}
.t-redactor__text a:hover {
    background: #006400;
}
.t-feed__post-tag {
    color: #005c00;
}