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

weru
11.53.2020 02eccac472e8e3f9caef7c899b3c661039ad82d6
assets/sass/_variables.sass
@@ -1,12 +1,12 @@
html
  --light: #fff
  --dark: rgb(28,28,30)
  --dark:  rgb(28,28,30)
  --haze: #f2f5f2
  --bubble: rgb(32,32,34)
  --bubble: rgb(36,36,38)
  --accent: var(--gray)
  --bg: var(--light)
  --overlay: var(--light)
  --text: var(--dark)
  --text: #111
  --font: 'Metropolis', sans-serif
  --border-color: #eee
  --theme: rgb(52,199,89)