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

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

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