Sha256: b4a6eeafa30b2517dc67d3d2f91ae6d621e248edbd852148ea551e9ed6332c9a

Contents?: true

Size: 498 Bytes

Versions: 2

Compression:

Stored size: 498 Bytes

Contents

a {
  &:link {
    color: inherit;
    text-decoration-color: $accent-color;
    text-decoration-line: underline;
    text-underline-position: under;
  }

  &:visited {
    color: inherit;
    text-decoration-color: $accent-color;
    text-decoration-line: underline;
  }

  &:hover,
  &:focus {
    outline: 0;
    color: $accent-inverted;
    background-color: $accent-color;
    padding: 8px;
    margin: -8px;
    transform: rotate(45deg);
  }

  &:active { color: $accent-inverted-active; }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kids-0.1.1 _sass/kids/_links.scss
kids-0.1.0 _sass/kids/_links.scss