aboutsummaryrefslogtreecommitdiff
path: root/themer/gen/themer-atom-ui/themer-dark-ui/styles/base.less
blob: b72bfba9ecc29be6f53cd45b9fc3fd9801e52b48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
body {
  font-size: @font-size;
  color: @text-color;
  background-color: @app-background-color;
}

atom-pane {
  border-right: 1px solid @base-border-color;
  &:last-child {
    border-right: none;
  }
}