/* SPDX-License-Identifier: Apache-2.0 */

/* Scheme-matched logo: the light-tone mark on the light scheme, the
   dark-tone mark on slate. */
[data-md-color-scheme="slate"] .md-logo img {
  content: url("../images/logo-dark.png");
}
