chromium/components/security_interstitials/core/browser/resources/interstitial_enterprisewarn.css

/* Copyright 2022 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

.enterprise-warn .icon {
  background-image: image-set(
      url(images/1x/info.png) 1x,
      url(images/2x/info.png) 2x);
}

@media (prefers-color-scheme: dark) {
  .enterprise-warn .icon {
    filter: invert(1);
  }
}