summaryrefslogtreecommitdiff
path: root/data/theme/gnome-shell-sass/widgets/_base.scss
blob: a4e21d245986fb4b42f5571a4f66a243e85fe658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Links
.shell-link {
  color: $link_color;

  &:hover {
    color: st-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);
}