/* Copyright 2019 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
.lookalike-url #main-content a {
color: var(--google-blue-700);
}
.lookalike-url .icon {
background-image: image-set(
url(images/1x/info.png) 1x,
url(images/2x/info.png) 2x);
}
@media (prefers-color-scheme: dark) {
.lookalike-url .icon {
filter: invert(1);
}
}