diff --git a/nhentai/viewer/main.css b/nhentai/viewer/main.css index 5ddd17e..d674eef 100644 --- a/nhentai/viewer/main.css +++ b/nhentai/viewer/main.css @@ -64,8 +64,7 @@ sup { } img { - border-style: none; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + border-style: none } label { @@ -255,6 +254,14 @@ html.theme-black code { background-color: #292929 } +/* + trying to fix conflict +*/ + +div { + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + :focus { outline: 0; border:none;