shared.css 104 B

123456
  1. html {
  2. font-family: {{ font_family }};
  3. background: var(--background);
  4. color: var(--text);
  5. }