All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dotty_res.styles.social-links.css Maven / Gradle / Ivy

There is a newer version: 3.7.0-RC1-bin-20250117-1778a6e-NIGHTLY
Show newest version
.theme-dark footer .social-icon {
  /* "Poor man's dark mode" for images.
   * This works great with black images,
   * and just-okay with colored images.
   */
  filter: invert(100%) hue-rotate(180deg);
}

.social-icon {
  padding-right: 5px;
  padding-left: 5px;
}

.social-icon img {
  height: 20px;
  width: 20px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy