:root {
  --f7-touch-ripple-black: rgba(0,0,0,0.1);
  --f7-touch-ripple-white: rgba(255,255,255,0.3);
  --f7-touch-ripple-color: var(--f7-touch-ripple-black);
}
.theme-dark {
  --f7-touch-ripple-color: var(--f7-touch-ripple-white);
}