css & html -webkit-tap-highlight-color: transparent; code example
Example 1: css opacity background color
background: rgba(255, 255, 255, 0.25);
Example 2: background color css
html,body {
background-color: red;
}
background: rgba(255, 255, 255, 0.25);
html,body {
background-color: red;
}