mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 11:01:17 +02:00
remove webkit tap color and outline
This commit is contained in:
parent
05eaa9eebc
commit
ea8a576f7e
@ -64,7 +64,8 @@ sup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border-style: none
|
border-style: none;
|
||||||
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
@ -252,4 +253,10 @@ html.theme-black code {
|
|||||||
color: #ed2553;
|
color: #ed2553;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #292929
|
background-color: #292929
|
||||||
|
}
|
||||||
|
|
||||||
|
:focus {
|
||||||
|
outline: 0;
|
||||||
|
border:none;
|
||||||
|
color: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
@ -78,4 +78,14 @@ html, body {
|
|||||||
nav {
|
nav {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
div {
|
||||||
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
:focus {
|
||||||
|
outline: 0;
|
||||||
|
border:none;
|
||||||
|
color: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user