summaryrefslogtreecommitdiff
path: root/src/index.css
blob: b77aae02d583e77801c49b2da159bcc916e82759 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@import "./globals.css";

html, body {
  font-family: system-ui;
  background: var(--bgColor);
  color: var(--fontColor);
  font-size: var(--baseFontSize);
}

a {
  color: var(--fontColor);
  text-decoration: none;
}

p {
  @apply --pSize;
}