summaryrefslogtreecommitdiff
path: root/static/css/colors.css
blob: 159a14247dbf9b580224e2ddcfafc49eb41a0dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
:root {
  --background-color: #f4e8e9;
  --text-color: #333;
  --link-color: #d291bc;
  --container-bg: #fff7f8;
}

[data-theme="DARK"] {
  --background-color: #333;
  --text-color: #f4e8e9;
  --link-color: #b86b77;
  --container-bg: #424242;
}