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

weru
11.53.2020 425605870d00b9a8b80b242c5ca6d0b91159f006
assets/sass/_variables.sass
@@ -11,15 +11,15 @@
  --theme: #20c997
  --font: 'Metropolis', sans-serif
  --border-color: #eee
  @media (prefers-color-scheme: dark)
    --bg: var(--dark)
    --text: var(--light)
    --accent: var(--bubble)
    --overlay: var(--bubble)
    --border-color: transparent
    *
      box-shadow: none !important
  &.has_magic // when darkmode is enabled via config
    @media (prefers-color-scheme: dark)
      --bg: var(--dark)
      --text: var(--light)
      --accent: var(--bubble)
      --overlay: var(--bubble)
      --border-color: transparent
      *
        box-shadow: none !important
%narrow
  max-width: 750px