diff --git a/chrome/options.css b/chrome/options.css index a36ebfb..b384962 100644 --- a/chrome/options.css +++ b/chrome/options.css @@ -164,3 +164,9 @@ input { .repeatable-invisible { opacity: 0; } + +@media (-webkit-min-device-pixel-ratio: 2) { + html { + background-size: 6px; + } +}