summaryrefslogtreecommitdiff
path: root/assets/css/extended/custom.css
blob: 1e9663dd08cb9e505c437b2e2f95fe6f74943936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
:root, {
  --link-hover-color: #449DD1;
  --link-hover-underline-color: #449DD1;
}

.dark {
  --theme: rgb(0, 0, 0);
}

.first-entry > header:nth-child(1) {
  text-shadow: 1px 1px 4px #449DD1;
}