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

.dark {
  --theme: rgb(0, 0, 0);
  --link-hover-color: #449DD1 !important;
  --link-hover-underline-color: #449DD1 !important;
}

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