Sha256: b4d58eee7e2ee818a522547648aee41c6424efd0e621a5e84a7feb2b7e59c414

Contents?: true

Size: 480 Bytes

Versions: 1

Compression:

Stored size: 480 Bytes

Contents

// ------------------------------------------------------------------- //
// Main
// ------------------------------------------------------------------- //

html{
  font: #{($base-font-size/16px)*1em} / #{$base-line-height} $base-font-family;
  min-height: 100%;
  overflow-y: scroll;
} // END html

body{
  background: #fff;
} // END body

a{
  color: $link-color;
  @include transition(all .3s linear);
  
  &:hover, &:focus{
    color: lighten($link-color, 15%);
  }
} // END a

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kentucky-0.3.0 app/assets/stylesheets/kentucky/base/_main.scss