aboutsummaryrefslogtreecommitdiff
path: root/static/styles/risotto/colours.css
blob: 4f8e42082b44dc777d5622482efdb9b173b252af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
:root {
  /* Background */
  --bg: var(--base00);
  --off-bg: var(--base01);
  --inner-bg: var(--base02);

  /* Text */
  --fg: var(--base05);
  --off-fg: var(--base04);
  --muted: var(--base03);
  --link: var(--base0D);
  --hover: var(--base0C);
  --highlight: var(--base0A);

  /* Logo */
  --logo: var(--base0B);
}