summaryrefslogtreecommitdiff
path: root/src/themes/_omniarea.css
blob: 1b575d19c4a5014b034a6ac9af2fe7bfabd60d37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
omniarea entry {
  background-color: mix(@theme_bg_color, @content_view_bg, 0.25);
  color: @theme_fg_color;
}
omniarea:hover entry,
omniarea:active entry {
  background-color: @content_view_bg;
  color: @theme_fg_color;
}

omniarea:backdrop entry {
  background-color: @theme_bg_color;
}