.ripple-light .ripple {
    background: rgba(255, 255, 255, 0.8);
}

.ripple-dark .ripple {
    background: rgba(0, 0, 0, 0.8);
}