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

weru
10.46.2021 e18efdd1b07e80494401a23f442a96199c4bd64c
assets/sass/_variables.sass
@@ -6,11 +6,12 @@
  --bubble: rgb(36,36,38)
  --accent: var(--haze)
  --bg: var(--light)
  --code-bg: var(--dark)
  --code-bg: var(--accent)
  --overlay: var(--light)
  --text: #111
  --font: 'Metropolis', sans-serif
  --border-color: #eee
  --inline-color: darkgoldenrod
  --theme: rgb(52,199,89)
  --ease: ease
@@ -22,7 +23,6 @@
    --accent: var(--bubble)
    --overlay: var(--bubble)
    --border-color: transparent
    --code-bg: var(--accent)
    *
      box-shadow: none !important