a.index-link:before {
  content: '\01f36aCookiepad';
}
html, body {
  height: 100%;
}
body:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
}
body:after {
  background-image:
    radial-gradient(transparent 2px, var(--surface) 2px),
    linear-gradient(var(--surface), var(--light-gray) 30%, var(--summary-surface) 60%, var(--gray));
  background-position:
    4px 4px,
    0 0;
  background-size: 
    14px 14px,
    contain;
}
