aboutsummaryrefslogtreecommitdiffstats
path: root/styles/main/_layout.scss
blob: abdd8450627d3da664731f621f8de7e65659e8bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.layout {
  color: var(--color-text);
  height: 100vh;
  background: var(--color-bg);
  background: linear-gradient(to bottom right, var(--color-bg) 0%, var(--color-bg-alt) 100%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}