mirror of https://github.com/onweru/compose.git

weru
29.16.2020 4ffb9ad9e94d3a44fec3cb55c6e4865ee9cbb527
assets/sass/_variables.sass
@@ -10,15 +10,26 @@
  --text: var(--dark)
  --theme: #20c997
  --font: 'Metropolis', sans-serif
  --border-color: #eee
  &::after
    content: ""
    height: 15vh
    position: fixed
    bottom: 0
    width: 100vw
    z-index: 9999
    background: linear-gradient(to top, var(--bg), transparent)
@media (prefers-color-scheme: dark)
  html
    *
      box-shadow: none !important
  @media (prefers-color-scheme: dark)
    --bg: var(--dark)
    --text: var(--light)
    --accent: var(--bubble)
    --overlay: var(--bubble)
    --border-color: transparent
    *
      box-shadow: none !important
    &::after
      background: linear-gradient(to top, var(--bg), transparent)
%narrow 
  max-width: 750px