html,
body {
  min-height: 100%;
}

body[data-theme='graphite'] {
  background: linear-gradient(90deg, #2d5dc9 0%, #7257e1 100%);
  background-attachment: fixed;
}

