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

weru
20.39.2020 2c9ae04dcdd844af2112770f88f77ec764fb0605
assets/sass/_variables.sass
@@ -1,22 +1,24 @@
// #161d21; // #1F2A2F; // #132433; // #24292e;
html 
  --light: #fff
  --dark: #010101
  --dark: rgb(28,28,30)
  --haze: #f2f5f2
  --bubble: #111
  --bubble: rgb(32,32,34)
  --accent: var(--gray)
  --bg: var(--light)
  --overlay: var(--light)
  --text: var(--dark)
  --theme: #20c997
  --font: 'Metropolis', sans-serif
// @media (prefers-color-scheme: dark)
//   *
//     box-shadow: none !important
//   html
//     --bg: var(--dark)
//     --text: var(--light)
//     --accent: var(--bubble)
@media (prefers-color-scheme: dark)
  html
    *
      box-shadow: none !important
    --bg: var(--dark)
    --text: var(--light)
    --accent: var(--bubble)
    --overlay: var(--bubble)
%narrow 
  max-width: 750px