summaryrefslogtreecommitdiffstats
path: root/data/theme/gnome-shell-sass/widgets/_base.scss
blob: 69ebb301a7a9302664e9287ae0bfd4a2e9498794 (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: 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);
}