Codebase list gnome-shell-extensions / 766dcbb data / gnome-shell-sass / widgets / _base.scss
766dcbb

Tree @766dcbb (Download .tar.gz)

_base.scss @766dcbbraw · history · blame

// Links
.shell-link {
  color: $link_color;

  &:hover {
    color: lighten($link_color, 10%);
  }
}

// Outline for low res icons
.lowres-icon {
  icon-shadow: 0 1px 2px rgba(black, 0.3);
}

// Dropshadow for large icons
.icon-dropshadow {
  icon-shadow: 0 1px 5px rgba(black, 0.8);
}