.admin {
    --tblr-text-opacity: 1;
    color: rgba(var(--tblr-pink-rgb), var(--tblr-text-opacity)) !important;
}

.footer-text {
    font-size: 16px;
    font-weight: 300;
    color: #e4d5d3;
}

a.footer-text:hover {
    color: #e4d5d3;
    text-decoration: none;
}
