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

weru
04.14.2020 dd56a6e5ebbb7aba0873b4139d3fa4da9d094aea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// #161d21; // #1F2A2F; // #132433; // #24292e;
html 
  --light: #fff
  --dark: #010101
  --haze: #f2f5f2
  --bubble: #111
  --accent: var(--gray)
  --bg: 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)
 
%narrow 
  max-width: 750px
  margin: 0 auto