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

default.assets.wondergem.stylesheets.scaffolding.scss Maven / Gradle / Ivy

/*
 * Made with all the love in the world
 * by scireum in Remshalden, Germany
 *
 * Copyright by scireum GmbH
 * http://www.scireum.de - [email protected]
 */

//
// Scaffolding
// --------------------------------------------------

// Body reset
// -------------------------

body {
  font-family: $sansFontFamily;
  color: $textColor;
  background-color: $bodyBackground;
}

// Links
// -------------------------

a {
  color: $linkColor;
  text-decoration: none;

  &:hover,
  &:focus {
    color: $linkColorHover !important;
    text-decoration: none;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy