aboutsummaryrefslogtreecommitdiffstats
path: root/styles/main/_layout.scss
blob: 48374a5f9ed0a3301aad7e8a38a4fa7b19c0cf5e (plain) (blame)
1
2
3
4
5
6
7
.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: relative;
}