remove webkit tap color and outline

This commit is contained in:
symant233 2019-12-11 18:52:27 +08:00
parent 05eaa9eebc
commit ea8a576f7e
2 changed files with 18 additions and 1 deletions

View File

@ -64,7 +64,8 @@ sup {
}
img {
border-style: none
border-style: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
label {
@ -252,4 +253,10 @@ html.theme-black code {
color: #ed2553;
border: none;
background-color: #292929
}
:focus {
outline: 0;
border:none;
color: rgba(0, 0, 0, 0);
}

View File

@ -78,4 +78,14 @@ html, body {
nav {
display: none;
}
}
div {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:focus {
outline: 0;
border:none;
color: rgba(0, 0, 0, 0);
}