summaryrefslogtreecommitdiff
path: root/index.css
blob: da880ba9ebeca43fbb660e662ee8ef0fa6f56cbc (plain)
1
2
3
4
5
6
7
8
9
:root {
  --foreground-color: rgba(0, 0, 0, .8);
  --background-color: rgb(255, 255, 255);
}

body {
  color: var(--foreground-color);
  background-color: var(--background-color);
}
Generated by cgit. See skreutz.com for my tech blog and contact information.