UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

8 lines 233 B
: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); }